@XmlElement(value="PolygonSymbolizer") public interface PolygonSymbolizer extends Symbolizer
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Displacement |
getDisplacement()
The Displacement gives the X and Y displacements from the original geometry.
|
Fill |
getFill()
Returns the object that holds the information about how the interior of polygons should be
filled.
|
Expression |
getPerpendicularOffset()
PerpendicularOffset works as defined for LineSymbolizer, allowing to draw polygons smaller or
larger than their actual geometry.
|
Stroke |
getStroke()
Returns the object containing all the information necessary to draw styled lines.
|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure
@XmlElement(value="Stroke") Stroke getStroke()
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Displacement") Displacement getDisplacement()
@XmlElement(value="PerpendicularOffset") Expression getPerpendicularOffset()
@Extension Object accept(StyleVisitor visitor, Object extraData)
accept
in interface Symbolizer
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.