See: Description
| Interface | Description |
|---|---|
| Rendering |
An object which can render data provided by a
OsmData. |
| Class | Description |
|---|---|
| AbstractMapRenderer |
Abstract common superclass for
Rendering implementations. |
| ArrowPaintHelper |
This class helps with painting arrows with fixed length along a path.
|
| ComputeStyleListWorker |
Helper to compute style list.
|
| MapPaintSettings |
Global mappaint settings.
|
| MapRendererFactory |
MapRendererFactory manages a list of map renderer classes and associated
meta data (display name, description).
|
| MapRendererFactory.Descriptor |
A description of a possible renderer for the map
|
| OffsetIterator |
Iterates over a list of Way Nodes and returns screen coordinates that
represent a line that is shifted by a certain offset perpendicular
to the way direction.
|
| 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.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 |
The colors used to paint the map, especially with the wireframe renderer
|
| Exception | Description |
|---|---|
| MapRendererFactory.MapRendererFactoryException |
An exception thrown while creating a map renderer
|
StyledMapRenderer and
WireframeMapRenderer.