See: Description
| Interface | Description |
|---|---|
| Rendering |
An object which can render data provided by a
DataSet. |
| Class | Description |
|---|---|
| AbstractMapRenderer |
Abstract common superclass for
Rendering implementations. |
| ArrowPaintHelper |
This class helps with painting arrows with fixed length along a path.
|
| MapPaintSettings |
Global mappaint settings.
|
| MapRendererFactory |
MapRendererFactory manages a list of map renderer classes and associated
meta data (display name, description).
|
| MapRendererFactory.Descriptor | |
| RenderBenchmarkCollector |
This class is notified of the various stages of a render pass.
|
| RenderBenchmarkCollector.CapturingBenchmark |
A benchmark implementation that captures the times
|
| RenderBenchmarkCollector.LoggingBenchmark |
A special version of the benchmark class that logs the output to stderr.
|
| StyledMapRenderer |
A map renderer which renders a map according to style rules in a set of style sheets.
|
| StyledMapRenderer.ComputeStyleListWorker | |
| StyledMapRenderer.HalfSegment |
A half segment that can be used to place text on it.
|
| StyledMapRenderer.StyleRecord |
This stores a style and a primitive that should be painted with that style.
|
| WireframeMapRenderer |
A map renderer that paints a simple scheme of every primitive it visits to a
previous set graphic environment.
|
| Enum | Description |
|---|---|
| PaintColors |
| Exception | Description |
|---|---|
| MapRendererFactory.MapRendererFactoryException |
StyledMapRenderer and
WireframeMapRenderer.