|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPointPlacementImpl
public class PointPlacementImpl
DOCUMENT ME!
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
PointPlacementImpl()
|
|
PointPlacementImpl(FilterFactory factory)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
|
Object |
clone()
|
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)
accept
in interface LabelPlacement
accept
in interface PointPlacement
public void accept(StyleVisitor visitor)
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 |