Uses of Class
org.geotools.renderer.label.LabelCacheItem
- 
Packages that use LabelCacheItem Package Description org.geotools.renderer.label 
- 
- 
Uses of LabelCacheItem in org.geotools.renderer.labelFields in org.geotools.renderer.label with type parameters of type LabelCacheItem Modifier and Type Field Description protected Map<LabelCacheItem,LabelCacheItem>LabelCacheImpl. groupedLabelsLookupUsed to locate grouped labels quicklyprotected Map<LabelCacheItem,LabelCacheItem>LabelCacheImpl. groupedLabelsLookupUsed to locate grouped labels quicklyprotected ArrayList<LabelCacheItem>LabelCacheImpl. labelCachelabels get thrown in here, in insertion orderMethods in org.geotools.renderer.label that return LabelCacheItem Modifier and Type Method Description LabelCacheItemLabelPainter. getLabel()Returns the current label itemMethods in org.geotools.renderer.label that return types with arguments of type LabelCacheItem Modifier and Type Method Description List<LabelCacheItem>LabelCacheImpl. getActiveLabels()Returns a list of all active labelsList<LabelCacheItem>LabelCacheImpl. orderedLabels()Return a list with all the values in priority order.Methods in org.geotools.renderer.label with parameters of type LabelCacheItem Modifier and Type Method Description voidLabelIndex. addLabel(LabelCacheItem item, Rectangle2D bounds)Adds a label into the indexintLabelCacheItem. compareTo(LabelCacheItem other)voidLabelPainter. setLabel(LabelCacheItem labelItem)Sets the current label.
 
-