|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderingExecutor | |
---|---|
org.geotools.swing | Simple Swing widgets for map display. |
Uses of RenderingExecutor in org.geotools.swing |
---|
Classes in org.geotools.swing that implement RenderingExecutor | |
---|---|
class |
DefaultRenderingExecutor
The default implementation of RenderingExecutor which is used by
JMapPane and JLayeredMapPane. |
Fields in org.geotools.swing declared as RenderingExecutor | |
---|---|
protected RenderingExecutor |
AbstractMapPane.renderingExecutor
|
Methods in org.geotools.swing that return RenderingExecutor | |
---|---|
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 | |
---|---|
void |
AbstractMapPane.setRenderingExecutor(RenderingExecutor executor)
Sets the rendering executor. |
Constructors in org.geotools.swing with parameters of type RenderingExecutor | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |