| Package | Description |
|---|---|
| org.geotools.swing |
Simple Swing widgets for map display.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRenderingExecutor
|
| Modifier and Type | Field and Description |
|---|---|
protected RenderingExecutor |
AbstractMapPane.renderingExecutor |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMapPane.setRenderingExecutor(RenderingExecutor executor)
Sets the rendering executor.
|
| Constructor and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.