@XmlElement(value="Displacement") public interface Displacement
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Expression |
getDisplacementX()
Returns an expression that computes a pixel offset from the geometry point.
|
Expression |
getDisplacementY()
Returns an expression that computes a pixel offset from the geometry point.
|
@XmlElement(value="DisplacementX") Expression getDisplacementX()
@XmlElement(value="DisplacementY") Expression getDisplacementY()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.