|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An AnchorPoint identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.
Method Summary | |
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
Expression |
getAnchorPointX()
get the x coordinate of the anchor point |
Expression |
getAnchorPointY()
get the y coordinate of the anchor point |
void |
setAnchorPointX(Expression x)
set the X coordinate for the anchor point |
void |
setAnchorPointY(Expression y)
set the Y coordinate for the anchor point |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Method Detail |
public Expression getAnchorPointX()
public void setAnchorPointX(Expression x)
x
- an expression which represents the X coordinatepublic Expression getAnchorPointY()
public void setAnchorPointY(Expression y)
y
- an expression which represents the Y coordinatepublic void accept(StyleVisitor visitor)
visitor
- the style visitor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |