|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.PointPlacementImpl
DOCUMENT ME!
Field Summary |
Fields inherited from class org.geotools.event.AbstractGTComponent |
notification |
Constructor Summary | |
PointPlacementImpl()
Creates a new instance of DefaultPointPlacement |
Method Summary | |
void |
accept(StyleVisitor visitor)
|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
AnchorPoint |
getAnchorPoint()
Returns the AnchorPoint which identifies the location inside a text label to use as an "anchor" for positioning it relative to a point geometry. |
Displacement |
getDisplacement()
Returns the Displacement which gives X and Y offset displacements to use for rendering a text label near a point. |
Expression |
getRotation()
Returns the rotation of the label. |
int |
hashCode()
|
void |
setAnchorPoint(AnchorPoint anchorPoint)
Setter for property anchorPoint. |
void |
setDisplacement(Displacement displacement)
Setter for property displacement. |
void |
setRotation(Expression rotation)
Setter for property rotation. |
Methods inherited from class org.geotools.event.AbstractGTComponent |
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Constructor Detail |
public PointPlacementImpl()
Method Detail |
public AnchorPoint getAnchorPoint()
getAnchorPoint
in interface PointPlacement
public void setAnchorPoint(AnchorPoint anchorPoint)
setAnchorPoint
in interface PointPlacement
anchorPoint
- New value of property anchorPoint.public Displacement getDisplacement()
getDisplacement
in interface PointPlacement
public void setDisplacement(Displacement displacement)
setDisplacement
in interface PointPlacement
displacement
- New value of property displacement.public Expression getRotation()
getRotation
in interface PointPlacement
public void setRotation(Expression rotation)
setRotation
in interface PointPlacement
rotation
- New value of property rotation.public void accept(StyleVisitor visitor)
accept
in interface LabelPlacement
public java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
clone
in class AbstractGTComponent
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |