Uses of Interface
org.geotools.swing.RenderingExecutor
Packages that use RenderingExecutor
-
Uses of RenderingExecutor in org.geotools.swing
Classes in org.geotools.swing that implement RenderingExecutorModifier and TypeClassDescriptionclass
Fields in org.geotools.swing declared as RenderingExecutorMethods in org.geotools.swing that return RenderingExecutorModifier and TypeMethodDescriptionAbstractMapPane.getRenderingExecutor()
Gets the rendering executor, creating a default one if necessary.RenderingExecutorEvent.getSource()
Gets the rendering executor which published this event.Methods in org.geotools.swing with parameters of type RenderingExecutorModifier and TypeMethodDescriptionvoid
AbstractMapPane.setRenderingExecutor
(RenderingExecutor executor) Sets the rendering executor.Constructors in org.geotools.swing with parameters of type RenderingExecutorModifierConstructorDescriptionAbstractMapPane
(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.