|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPointSymbolizerImpl
public class PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer. This defines how points are to be rendered.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
protected |
PointSymbolizerImpl()
Creates a new instance of DefaultPointSymbolizer |
protected |
PointSymbolizerImpl(Graphic graphic,
Unit<Length> uom,
String geom,
String name,
Description desc)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
Accept a StyleVisitor to perform an operation on this symbolizer. |
Object |
clone()
Creates a deep copy clone. |
boolean |
equals(Object oth)
Checks this PointSymbolizerImpl with another for equality. |
Description |
getDescription()
|
String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
GraphicImpl |
getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry. |
String |
getName()
|
Unit<Length> |
getUnitOfMeasure()
|
int |
hashCode()
Generates the hashcode for the PointSymbolizer |
void |
setDescription(Description description)
|
void |
setGeometryPropertyName(String name)
|
void |
setGraphic(Graphic graphic)
Setter for property graphic. |
void |
setName(String name)
|
void |
setUnitOfMeasure(Unit<Length> uom)
|
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PointSymbolizerImpl()
protected PointSymbolizerImpl(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc)
Method Detail |
---|
public String getName()
getName
in interface Symbolizer
public void setName(String name)
public Description getDescription()
getDescription
in interface Symbolizer
public void setDescription(Description description)
public String getGeometryPropertyName()
getGeometryPropertyName
in interface Symbolizer
public void setGeometryPropertyName(String name)
public Unit<Length> getUnitOfMeasure()
getUnitOfMeasure
in interface Symbolizer
public void setUnitOfMeasure(Unit<Length> uom)
public GraphicImpl getGraphic()
getGraphic
in interface PointSymbolizer
public void setGraphic(Graphic graphic)
graphic
- New value of property graphic.public Object accept(StyleVisitor visitor, Object data)
accept
in interface PointSymbolizer
accept
in interface Symbolizer
visitor
- The StyleVisitor to accept.public void accept(StyleVisitor visitor)
public Object clone()
clone
in class Object
RuntimeException
- DOCUMENT ME!public int hashCode()
hashCode
in class Object
public boolean equals(Object oth)
Two PointSymbolizers are equal if the have the same geometry property name and their graphic object is equal.
Note: this method only works for other instances of PointSymbolizerImpl, not other implementors of PointSymbolizer
equals
in class Object
oth
- The object to compare with this PointSymbolizerImpl for
equality.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |