|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.PointPlacementImpl
public class PointPlacementImpl
DOCUMENT ME!
Constructor Summary | |
---|---|
PointPlacementImpl()
|
|
PointPlacementImpl(org.opengis.filter.FilterFactory factory)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
java.lang.Object |
accept(org.opengis.style.StyleVisitor visitor,
java.lang.Object data)
|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
AnchorPointImpl |
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. |
org.opengis.filter.expression.Expression |
getRotation()
Returns the rotation of the label. |
int |
hashCode()
|
void |
setAnchorPoint(org.opengis.style.AnchorPoint anchorPoint)
Setter for property anchorPoint. |
void |
setDisplacement(org.opengis.style.Displacement displacement)
Setter for property displacement. |
void |
setRotation(org.opengis.filter.expression.Expression rotation)
Setter for property rotation. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointPlacementImpl()
public PointPlacementImpl(org.opengis.filter.FilterFactory factory)
Method Detail |
---|
public AnchorPointImpl getAnchorPoint()
getAnchorPoint
in interface org.opengis.style.PointPlacement
public void setAnchorPoint(org.opengis.style.AnchorPoint anchorPoint)
anchorPoint
- New value of property anchorPoint.public Displacement getDisplacement()
getDisplacement
in interface org.opengis.style.PointPlacement
public void setDisplacement(org.opengis.style.Displacement displacement)
displacement
- New value of property displacement.public org.opengis.filter.expression.Expression getRotation()
getRotation
in interface org.opengis.style.PointPlacement
public void setRotation(org.opengis.filter.expression.Expression rotation)
rotation
- New value of property rotation.public java.lang.Object accept(org.opengis.style.StyleVisitor visitor, java.lang.Object data)
accept
in interface org.opengis.style.LabelPlacement
accept
in interface org.opengis.style.PointPlacement
public void accept(StyleVisitor visitor)
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |