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

Packages that use LabelCache
org.geotools.renderer.label   
org.geotools.renderer.lite A simple renderer implementation. 
 

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 labelCache)
          Construct StyledShapePainter.
SynchronizedLabelCache(LabelCache cache)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.