Uses of Interface
org.geotools.renderer.lite.LabelCache

Packages that use LabelCache
org.geotools.renderer.label   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.swing Simple Swing widgets for map display. 
 

Uses of LabelCache in org.geotools.renderer.label
 

Classes in org.geotools.renderer.label that implement LabelCache
 class LabelCacheImpl
          Default LabelCache Implementation.
 

Uses of LabelCache in org.geotools.renderer.lite
 

Classes in org.geotools.renderer.lite that implement LabelCache
 class SynchronizedLabelCache
          Allow multiple thread to modify LabelCache.
 

Fields in org.geotools.renderer.lite declared as LabelCache
protected  LabelCache StreamingRenderer.labelCache
           
 

Constructors in org.geotools.renderer.lite with parameters of type LabelCache
StyledShapePainter(LabelCache cache)
          Deprecated. Use the no arguments constructor instead
SynchronizedLabelCache(LabelCache cache)
           
 

Uses of LabelCache in org.geotools.swing
 

Fields in org.geotools.swing declared as LabelCache
protected  LabelCache AbstractMapPane.labelCache
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.