Uses of Interface
org.geotools.swing.RenderingExecutor
-
Packages that use RenderingExecutor Package Description org.geotools.swing Simple Swing widgets for map display. -
-
Uses of RenderingExecutor in org.geotools.swing
Classes in org.geotools.swing that implement RenderingExecutor Modifier and Type Class Description class
DefaultRenderingExecutor
Fields in org.geotools.swing declared as RenderingExecutor Modifier and Type Field Description protected RenderingExecutor
AbstractMapPane. renderingExecutor
Methods in org.geotools.swing that return RenderingExecutor Modifier and Type Method Description RenderingExecutor
AbstractMapPane. getRenderingExecutor()
Gets the rendering executor, creating a default one if necessary.RenderingExecutor
RenderingExecutorEvent. getSource()
Gets the rendering executor which published this event.Methods in org.geotools.swing with parameters of type RenderingExecutor Modifier and Type Method Description void
AbstractMapPane. setRenderingExecutor(RenderingExecutor executor)
Sets the rendering executor.Constructors in org.geotools.swing with parameters of type RenderingExecutor Constructor Description AbstractMapPane(MapContent content, RenderingExecutor executor)
JLayeredMapPane(MapContent content, RenderingExecutor executor)
JMapPane(MapContent content, RenderingExecutor executor, GTRenderer renderer)
Creates a new map pane.RenderingExecutorEvent(RenderingExecutor executor, long taskId)
Creates a new event.
-