Method Summary |
|
public void | accept(StyleVisitor visitor) |
public Object | clone() Creates a deep copy of the Mark. |
public boolean | equals(Object oth) Compares this MarkImpl with another for equality.
Two MarkImpls are equal if they have the same well Known Name, the same
size and rotation and the same stroke and fill.
Parameters: oth - The Other MarkImpl to compare with. |
public Fill | getFill() This parameter defines which fill style to use when rendering the Mark. |
public Expression | getRotation() Getter for property rotation. |
public Expression | getSize() Getter for property size. |
public Stroke | getStroke() This paramterer defines which stroke style should be used when rendering
the Mark. |
public Expression | getWellKnownName() This parameter gives the well-known name of the shape of the mark.
Allowed names include at least "square", "circle", "triangle", "star",
"cross" and "x" though renderers may draw a different symbol instead if
they don't have a shape for all of these.
The well-known name of a shape. |
public int | hashCode() The hashcode override for the MarkImpl. |
public void | setFill(org.geotools.styling.Fill fill) Setter for property fill. |
public void | setRotation(Expression rotation) |
public void | setRotation(double rotation) |
public void | setSize(Expression size) |
public void | setSize(int size) |
public void | setStroke(Stroke stroke) Setter for property stroke. |
public void | setWellKnownName(Expression wellKnownName) Setter for property wellKnownName. |
public void | setWellKnownName(String name) |
public String | toString() |