|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.renderer.lite.LabelCacheItem
LabelCacheItem
instead (along with LabelCacheImpl
public class LabelCacheItem
The Labelling information that is put in the label cache.
Constructor Summary | |
---|---|
LabelCacheItem(java.lang.String layerId,
TextStyle2D textStyle,
LiteShape2 shape,
java.lang.String label)
Deprecated. Construct LabelCacheItem . |
Method Summary | |
---|---|
int |
compareTo(LabelCacheItem o)
Deprecated. |
boolean |
equals(java.lang.Object arg0)
Deprecated. |
com.vividsolutions.jts.geom.Geometry |
getGeometry()
Deprecated. Returns an example geometry from the list of geometries. |
java.util.List<com.vividsolutions.jts.geom.Geometry> |
getGeoms()
Deprecated. The list of geometries this item maintains |
java.lang.String |
getLabel()
Deprecated. |
java.util.Set<java.lang.String> |
getLayerIds()
Deprecated. Return a modifiable set of ids |
double |
getPriority()
Deprecated. |
int |
getSpaceAround()
Deprecated. space around - "dont put any label near me by this # of pixels" |
TextStyle2D |
getTextStyle()
Deprecated. The textstyle that is used to label the shape. |
int |
hashCode()
Deprecated. |
void |
setLabel(java.lang.String l)
Deprecated. |
void |
setPriority(double d)
Deprecated. |
void |
setSpaceAround(int space)
Deprecated. 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(java.lang.String layerId, TextStyle2D textStyle, LiteShape2 shape, java.lang.String label)
LabelCacheItem
.
Method Detail |
---|
public java.lang.String getLabel()
public void setLabel(java.lang.String l)
public int getSpaceAround()
public void setSpaceAround(int space)
public double getPriority()
public void setPriority(double d)
public java.util.Set<java.lang.String> getLayerIds()
public java.util.List<com.vividsolutions.jts.geom.Geometry> getGeoms()
public TextStyle2D getTextStyle()
public boolean equals(java.lang.Object arg0)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public com.vividsolutions.jts.geom.Geometry getGeometry()
public int compareTo(LabelCacheItem o)
compareTo
in interface java.lang.Comparable<LabelCacheItem>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |