|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnchorPoint
An AnchorPoint identifies the location inside a label or graphic to use as an "anchor" for positioning it relative to a point geometry.
Field Summary | |
---|---|
static AnchorPoint |
DEFAULT
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
Expression |
getAnchorPointX()
get the x 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 AnchorPoint |
---|
accept, getAnchorPointY |
Field Detail |
---|
static final AnchorPoint DEFAULT
Method Detail |
---|
Expression getAnchorPointX()
getAnchorPointX
in interface AnchorPoint
void setAnchorPointX(Expression x)
x
- an expression which represents the X coordinatevoid setAnchorPointY(Expression y)
y
- an expression which represents the Y coordinatevoid accept(StyleVisitor visitor)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |