|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPointPlacementImpl
public class PointPlacementImpl
DOCUMENT ME!
Constructor Summary | |
---|---|
PointPlacementImpl()
|
|
PointPlacementImpl(FilterFactory factory)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
clone()
|
boolean |
equals(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 Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointPlacementImpl()
public PointPlacementImpl(FilterFactory factory)
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 Object clone()
clone
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |