org.geotools.styling
Interface Displacement
- All Known Implementing Classes:
- DisplacementImpl
- public interface Displacement
A Displacement gives X and Y offset displacements to use for rendering
a text label near a point.
$Id: Displacement.java,v 1.4 2003/08/01 16:54:12 ianturton Exp $
- Author:
- Ian Turton, CCG
getDisplacementX
public Expression getDisplacementX()
setDisplacementX
public void setDisplacementX(Expression x)
getDisplacementY
public Expression getDisplacementY()
setDisplacementY
public void setDisplacementY(Expression y)
accept
public void accept(StyleVisitor visitor)
Copyright © GeoTools. All Rights Reserved.