|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Mark") public interface Mark
Indicate that one of a few predefined shapes will be drawn at the points of the geometry.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
ExternalMark |
getExternalMark()
The alternative to a WellKnownName is an external mark format. |
Fill |
getFill()
Returns the object that indicates how the mark should be filled. |
Stroke |
getStroke()
Returns the object that indicates how the edges of the mark will be drawn. |
Expression |
getWellKnownName()
Returns the expression whose value will indicate the symbol to draw. |
Method Detail |
---|
@XmlElement(value="WellKnownName") Expression getWellKnownName()
ExternalMark getExternalMark()
ExternalMark
for details.
Both WellKnowName and ExternalMark cannot be set, but both can be null.
If none are set then the default square symbol is used.
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Stroke") Stroke getStroke()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |