@XmlElement(value="TextSymbolizer") public interface TextSymbolizer extends Symbolizer
Modifier and Type | Method and Description |
---|---|
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.
|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure
@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 visitorCopyright © 1996–2019 Geotools. All rights reserved.