Package com.partnersoft.maps.render

Interface Summary
DrawingSurface Interface for things passed to the Renderer.
 

Class Summary
AbstractDrawingSurface Superclass implementing basic functionality of a DrawingSurface.
AlphaBuffer A special case image buffer for holding just alpha values as single bytes.
BlendedColorRange Blends a foreground and background together, storing the range of blends in an array for easy access.
Clipper Cohen-Sutherland Line-Clipping.
GLDrawingSurface Superslow direct rendering of geometry into an image buffer.
Java2DDrawingSurface Draws using Java 2D API.
RenderConstants Rendering constants.
RenderController Manages the render process, including refreshing dirty areas and layers.
Renderer Renders a view of a map.
RenderingCodeUnroller  
RenderLegend Copy of legend optimized for rendering for a specific scale.
RGBBuffer A 24-bit RGB pixel buffer.
TextRenderer Renders text to bitmaps for use in the map renderer.