| java.lang.Object org.geotools.renderer.lite.LabelCacheItem
LabelCacheItem | final public class LabelCacheItem implements Comparable(Code) | | The Labelling information that is put in the label cache.
author: jeichar author: dblasby author: simone giannecchini * @source $URL: http://svn.geotools.org/geotools/tags/2.4.1/modules/library/render/src/main/java/org/geotools/renderer/lite/LabelCacheItem.java $ |
priority | double priority(Code) | | |
spaceAround | int spaceAround(Code) | | |
getGeometry | public Geometry getGeometry()(Code) | | Returns an example geometry from the list of geometries.
|
getGeoms | public List getGeoms()(Code) | | The list of geometries this item maintains
|
getLayerIds | public Set getLayerIds()(Code) | | Return a modifiable set of ids
|
getPriority | public double getPriority()(Code) | | |
getSpaceAround | public int getSpaceAround()(Code) | | space around - "dont put any label near me by this # of pixels"
|
getTextStyle | public TextStyle2D getTextStyle()(Code) | | The textstyle that is used to label the shape.
|
setPriority | public void setPriority(double d)(Code) | | |
setSpaceAround | public void setSpaceAround(int space)(Code) | | space around - "dont put any label near me by this # of pixels"
|
|
|