Package org.geotools.renderer.lite

A simple renderer implementation.

See:
          Description

Interface Summary
GlyphRenderer  
LabelCache Used to cache labels prior to their being drawn on the screen.
 

Class Summary
BatikXMLReader A wrapper that forwards any request to the default JAXP xml reader.
CustomGlyphRenderer  
GlyphPropertiesList  
GlyphProperty  
IndexedFeatureResults IndexedFeatureReader
LabelCacheItem Deprecated. Use LabelCacheItem instead (along with LabelCacheImpl
ListenerList Deprecated. Use CopyOnWriteArrayList instead, it's part of the JDK and it's more efficient
LiteFeatureTypeStyle This is a simple class that contains the information needed to render a layer.
MetaBufferEstimator Parses a style or part of it and returns the size of the largest stroke and the biggest point symbolizer whose width is specified with a literal expression.
Also provides an indication whether the stroke width is accurate, or if a non literal width has been found.
RendererUtilities Class for holding utility functions that are common tasks for people using the "StreamingRenderer/Renderer".
StreamingRenderer A streaming implementation of the GTRenderer interface.
StyledShapePainter A simple class that knows how to paint a Shape object onto a Graphic given a Style2D.
SynchronizedLabelCache Allow multiple thread to modify LabelCache.
 

Package org.geotools.renderer.lite Description

A simple renderer implementation. It's supposed to be as simple as possible, thus easy to understand at the source level, and to use as few memory as possible. Should be used when memory is a constraint and/or when the rendering is stateless (that is, the application is not an interactive viewer that displays the same map more than once). In the latter case, a renderer that uses more memory but avoids recomputing map rendering details is to be preferred.



Copyright © 1996-2010 Geotools. All Rights Reserved.