|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="PointPlacement") public interface PointPlacement
A PointPlacement specifies how a text label is positioned relative to a geometric point.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
AnchorPoint |
getAnchorPoint()
The AnchorPoint element of a PointPlacement gives the location inside of a label to use for anchoring the label to the main-geometry point. |
Displacement |
getDisplacement()
The Displacement gives the X and Y displacements from the "hot-spot" point. |
Expression |
getRotation()
Returns the expression that will be used to calculate the rotation of the graphic when it is drawn. |
Method Detail |
---|
@XmlElement(value="PointPlacement") AnchorPoint getAnchorPoint()
AnchorPoint
for details.
@XmlElement(value="Displacement") Displacement getDisplacement()
@XmlElement(value="Rotation") Expression getRotation()
@Extension Object accept(StyleVisitor visitor, Object extraData)
accept
in interface LabelPlacement
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |