|
||||||||||
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 | |
---|---|
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. |
void |
setFill(Fill f)
Sets the object that indicates how the mark should be filled. |
void |
setStroke(Stroke s)
Sets the object that indicates how the edges of the mark will be drawn. |
void |
setWellKnownName(Expression name)
Sets the expression whose value will indicate the symbol to draw. |
Methods inherited from interface ExternalGraphicOrMark |
---|
accept |
Method Detail |
---|
@XmlElement(value="WellKnownName") Expression getWellKnownName()
@XmlElement(value="WellKnownName") void setWellKnownName(Expression name)
getWellKnownName()
for details.
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Fill") void setFill(Fill f)
getFill()
for details.
@XmlElement(value="Stroke") Stroke getStroke()
@XmlElement(value="Stroke") void setStroke(Stroke s)
getStroke()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |