|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Displacement gives X and Y offset displacements to use for rendering a text label near a point.
Field Summary | |
static Displacement |
DEFAULT
Default Displacment instance. |
static Displacement |
NULL
Null Displacement instance. |
Method Summary | |
void |
accept(StyleVisitor visitor)
|
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. |
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. |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Field Detail |
public static final Displacement DEFAULT
public static final Displacement NULL
Method Detail |
public Expression getDisplacementX()
public void setDisplacementX(Expression x)
x
- DOCUMENT ME!public Expression getDisplacementY()
public void setDisplacementY(Expression y)
y
- DOCUMENT ME!public void accept(StyleVisitor visitor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |