Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
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. |
Modifier and Type | Field and Description |
---|---|
private static MapPaintStyles.MapPaintSylesUpdateListener |
PaintColors.styleOverrideListener |
Modifier and Type | Class and Description |
---|---|
protected class |
MapPaintDialog.StylesModel |
Modifier and Type | Class and Description |
---|---|
class |
MapPaintMenu
The View -> Map Paint Styles menu
|
Modifier and Type | Field and Description |
---|---|
private static CopyOnWriteArrayList<MapPaintStyles.MapPaintSylesUpdateListener> |
MapPaintStyles.listeners |
Modifier and Type | Method and Description |
---|---|
static void |
MapPaintStyles.addMapPaintSylesUpdateListener(MapPaintStyles.MapPaintSylesUpdateListener listener) |
static void |
MapPaintStyles.removeMapPaintSylesUpdateListener(MapPaintStyles.MapPaintSylesUpdateListener listener) |