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  
RenderLegendOld Copy of legend optimized for rendering for a specific scale.
RenderPointStyle  
RenderPolylineStyle  
RenderScaleRegion  
RenderStyle  
RenderTextStyle  
RGBBuffer A 24-bit RGB pixel buffer.
SelectionDrawingSurface This is a copy of Java2DDrawingSurface's selection code taken out and placed in its own DrawingSurface.
TextRenderer Renders text to bitmaps for use in the map renderer.