Uses of Class
org.geotools.renderer.label.LabelCacheItem

Packages that use LabelCacheItem
org.geotools.renderer.label   
 

Uses of LabelCacheItem in org.geotools.renderer.label
 

Fields in org.geotools.renderer.label with type parameters of type LabelCacheItem
protected  Map<String,LabelCacheItem> LabelCacheImpl.labelCache
          Map the label cache
protected  ArrayList<LabelCacheItem> LabelCacheImpl.labelCacheNonGrouped
          non-grouped labels get thrown in here*
 

Methods in org.geotools.renderer.label that return LabelCacheItem
 LabelCacheItem LabelPainter.getLabel()
          Returns the current label item
 

Methods in org.geotools.renderer.label that return types with arguments of type LabelCacheItem
 List<LabelCacheItem> LabelCacheImpl.orderedLabels()
          Return a list with all the values in priority order.
 

Methods in org.geotools.renderer.label with parameters of type LabelCacheItem
 void LabelIndex.addLabel(LabelCacheItem item, Rectangle2D bounds)
          Adds a label into the index
 int LabelCacheItem.compareTo(LabelCacheItem other)
           
 void LabelPainter.setLabel(LabelCacheItem labelItem)
          Sets the current label.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.