|
||||||||||
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 |
accept(StyleVisitor visitor,
Object data)
calls the visit method of a StyleVisitor |
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(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. |
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 AnchorPointImpl getAnchorPoint()
getAnchorPoint
in interface PointPlacement
public void setAnchorPoint(AnchorPoint anchorPoint)
anchorPoint
- New value of property anchorPoint.public Displacement getDisplacement()
getDisplacement
in interface PointPlacement
public void setDisplacement(Displacement displacement)
displacement
- New value of property displacement.public Expression getRotation()
getRotation
in interface PointPlacement
public void setRotation(Expression rotation)
rotation
- New value of property rotation.public Object accept(StyleVisitor visitor, Object data)
PointPlacement
accept
in interface LabelPlacement
accept
in interface PointPlacement
visitor
- the style visitorpublic void accept(StyleVisitor visitor)
public Object clone()
Cloneable
clone
in class Object
Object.clone()
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 |