public interface Displacement extends Displacement
Modifier and Type | Field and Description |
---|---|
static Displacement |
DEFAULT
Default Displacement instance.
|
static Displacement |
NULL
Null Displacement instance.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleVisitor visitor) |
Expression |
getDisplacementX()
Returns an expression that computes a pixel offset from the geometry point.
|
void |
setDisplacementX(Expression x)
Sets the expression that computes a pixel offset from the geometry point.
|
void |
setDisplacementY(Expression y)
Sets the expression that computes a pixel offset from the geometry point.
|
accept, getDisplacementY
static final Displacement DEFAULT
static final Displacement NULL
Expression getDisplacementX()
getDisplacementX
in interface Displacement
void setDisplacementX(Expression x)
void setDisplacementY(Expression y)
void accept(StyleVisitor visitor)
Copyright © 1996–2019 Geotools. All rights reserved.