Uses of Interface
org.geotools.renderer.GTRenderer

Packages that use GTRenderer
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swt Simple SWT widgets for map display. 
 

Uses of GTRenderer in org.geotools.renderer.lite
 

Classes in org.geotools.renderer.lite that implement GTRenderer
 class StreamingRenderer
          A streaming implementation of the GTRenderer interface.
 

Uses of GTRenderer in org.geotools.swing
 

Methods in org.geotools.swing that return GTRenderer
 GTRenderer RenderingOperands.getRenderer()
           
 GTRenderer JMapPane.getRenderer()
          Gets the renderer, creating a default one if required.
 

Methods in org.geotools.swing with parameters of type GTRenderer
 void JMapPane.setRenderer(GTRenderer renderer)
          Sets the renderer to be used by this map pane.
 long RenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)
          Submits a new rendering task to the executor.
 long DefaultRenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)
          Submits a new rendering task to the executor.
 

Constructors in org.geotools.swing with parameters of type GTRenderer
JMapPane(MapContent content, RenderingExecutor executor, GTRenderer renderer)
          Creates a new map pane.
RenderingOperands(Layer layer, Graphics2D graphics, GTRenderer renderer)
           
RenderingTask(MapContent mapContent, Graphics2D destinationGraphics, GTRenderer renderer)
          Creates a new rendering task.
 

Uses of GTRenderer in org.geotools.swt
 

Methods in org.geotools.swt that return GTRenderer
 GTRenderer SwtMapPane.getRenderer()
          Get the renderer being used by this map pane
 GTRenderer SwtMapFrame.getRenderer()
          Get the renderer being used by this frame.
 

Methods in org.geotools.swt with parameters of type GTRenderer
 void SwtMapPane.setRenderer(GTRenderer renderer)
          Set the renderer for this map pane.
 void SwtMapFrame.setRenderer(GTRenderer renderer)
          Set the renderer to be used by this frame.
 

Constructors in org.geotools.swt with parameters of type GTRenderer
SwtMapFrame(boolean showMenu, boolean showToolBar, boolean showStatusBar, boolean showLayerTable, MapContent content, GTRenderer renderer)
          Constructs a new JMapFrame object with specified context and renderer
SwtMapPane(Composite parent, int style, GTRenderer renderer, MapContent content)
          Constructor - creates an instance of JMapPane with the given renderer and map context.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.