|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="PolygonSymbolizer") public interface PolygonSymbol
Holds the information that indicates how to draw the lines and the interior of polygons.
Method Summary | |
---|---|
Fill |
getFill()
Returns the object that holds the information about how the interior of polygons should be filled. |
Stroke |
getStroke()
Returns the object containing all the information necessary to draw styled lines. |
void |
setFill(Fill f)
Sets the object the holds the information about how the interior of polygons should be filled. |
void |
setStroke(Stroke s)
Sets the object containing all the information necessary to draw styled lines. |
Methods inherited from interface Symbol |
---|
accept, getAbstract, getGeometryAttribute, getName, getTitle, setAbstract, setGeometryAttribute, setName, setTitle |
Method Detail |
---|
@XmlElement(value="Stroke") Stroke getStroke()
@XmlElement(value="Stroke") void setStroke(Stroke s)
getStroke()
for details.
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Fill") void setFill(Fill f)
getFill()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |