@XmlElement(value="AnchorPoint") public interface AnchorPoint
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
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
|
@XmlElement(value="AnchorPointX") Expression getAnchorPointX()
@XmlElement(value="AnchorPointY") Expression getAnchorPointY()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.