Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
Class and Description |
---|
AbstractMapRenderer
Abstract common superclass for
Rendering implementations. |
MapPaintSettings
Global mappaint settings.
|
MapRendererFactory
MapRendererFactory manages a list of map renderer classes and associated
meta data (display name, description).
|
MapRendererFactory.Descriptor |
MapRendererFactory.MapRendererFactoryException |
PaintColors |
Rendering
An object which can render data provided by a
DataSet . |
StyledMapRenderer.StyleRecord |
Class and Description |
---|
MapPaintSettings
Global mappaint settings.
|
StyledMapRenderer
A map renderer which renders a map according to style rules in a set of style sheets.
|