|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="TextSymbolizer") public interface TextSymbolizer
Indicates how text will be drawn.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
Fill |
getFill()
Returns the object that indicates how the text will be filled. |
Font |
getFont()
Returns the Font to apply on the text. |
Halo |
getHalo()
Returns the object that indicates if a Halo will be drawn around the text. |
Expression |
getLabel()
Returns the expression that will be evaluated to determine what text is displayed. |
LabelPlacement |
getLabelPlacement()
Returns the object that indicates how the text should be placed with respect to the feature geometry. |
Methods inherited from interface Symbolizer |
---|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure |
Method Detail |
---|
@XmlElement(value="Label") Expression getLabel()
@XmlElement(value="Font") Font getFont()
@XmlElement(value="LabelPlacement") LabelPlacement getLabelPlacement()
LinePlacement
or PointPlacement
.
LinePlacement
or PointPlacement
.@XmlElement(value="Halo") Halo getHalo()
@XmlElement(value="Fill") Fill getFill()
@Extension Object accept(StyleVisitor visitor, Object extraData)
accept
in interface Symbolizer
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |