|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.renderer.lite.LabelCacheItem
The Labelling information that is put in the label cache.
Constructor Summary | |
LabelCacheItem(TextStyle2D textStyle,
LiteShape2 shape)
Construct LabelCacheItem . |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object arg0)
|
com.vividsolutions.jts.geom.Geometry |
getGeometry()
Returns an example geometry from the list of geometries. |
java.util.List |
getGeoms()
The list of geometries this item maintains |
double |
getPriority()
|
int |
getSpaceAround()
space around - "dont put any label near me by this # of pixels" |
TextStyle2D |
getTextStyle()
The textstyle that is used to label the shape. |
int |
hashCode()
|
void |
setPriority(double d)
|
void |
setSpaceAround(int space)
space around - "dont put any label near me by this # of pixels" |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelCacheItem(TextStyle2D textStyle, LiteShape2 shape)
LabelCacheItem
.
Method Detail |
public int getSpaceAround()
public void setSpaceAround(int space)
public double getPriority()
public void setPriority(double d)
public java.util.List getGeoms()
public TextStyle2D getTextStyle()
public boolean equals(java.lang.Object arg0)
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public com.vividsolutions.jts.geom.Geometry getGeometry()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |