Uses of Class
org.geotools.renderer.lite.LiteShape2

Packages that use LiteShape2
org.geotools.renderer.lite A simple renderer implementation.  
 

Uses of LiteShape2 in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type LiteShape2
 void LabelCacheDefault.put(TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, javax.media.jai.util.Range scaleRange)
           
 void StyledShapePainter.paint(java.awt.Graphics2D graphics, LiteShape2 shape, Style2D style, double scale)
          Invoked automatically when a polyline is about to be draw.
 void LabelCache.put(TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, javax.media.jai.util.Range scaleRange)
          Puts a TextStyle and its associated shape in the cache.
 

Constructors in org.geotools.renderer.lite with parameters of type LiteShape2
LabelCacheItem(TextStyle2D textStyle, LiteShape2 shape, java.lang.String label)
          Construct LabelCacheItem.
 



Copyright © GeoTools. All Rights Reserved.