public interface AnchorPoint extends AnchorPoint
Modifier and Type | Field and Description |
---|---|
static AnchorPoint |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
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
|
accept, getAnchorPointY
static final AnchorPoint DEFAULT
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 visitorCopyright © 1996–2019 Geotools. All rights reserved.