Uses of Interface
org.geotools.swing.RenderingExecutorListener
Packages that use RenderingExecutorListener
-
Uses of RenderingExecutorListener in org.geotools.swing
Classes in org.geotools.swing that implement RenderingExecutorListenerModifier and TypeClassDescriptionclassBase class for Swing map panes.classThis class is not usable yet !classA lightweight map pane which uses a single renderer and backing image.Methods in org.geotools.swing with parameters of type RenderingExecutorListenerModifier and TypeMethodDescriptionlongDefaultRenderingExecutor.submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener) longDefaultRenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener) Submits a new rendering task to the executor.longRenderingExecutor.submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener) Submits a new rendering task to the executor.longRenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener) Submits a new rendering task to the executor.