|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="PolygonSymbolizer") public interface PolygonSymbolizer
Holds the information that indicates how to draw the lines and the interior of polygons.
Method Summary | |
---|---|
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. |
Methods inherited from interface Symbolizer |
---|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure |
Method Detail |
---|
@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 visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |