Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.conflict |
Provides the classes for displaying conflicts between OSM primitives.
|
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.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.preferences.shortcut |
Provides classes for handling shortcut preferences.
|
Modifier and Type | Field and Description |
---|---|
private ColorProperty |
PaintColors.baseProperty |
Modifier and Type | Method and Description |
---|---|
ColorProperty |
PaintColors.getProperty()
Get the color property
|
Modifier and Type | Field and Description |
---|---|
static ColorProperty |
MapStatus.PROP_ACTIVE_BACKGROUND_COLOR
Property for map status background color (active state).
|
static ColorProperty |
MapStatus.PROP_ACTIVE_FOREGROUND_COLOR
Property for map status foreground color (active state).
|
static ColorProperty |
MapStatus.PROP_BACKGROUND_COLOR
Property for map status background color.
|
static ColorProperty |
MapStatus.PROP_FOREGROUND_COLOR
Property for map status foreground color.
|
private static ColorProperty |
MapScaler.SCALER_COLOR |
Modifier and Type | Field and Description |
---|---|
private ColorProperty |
ConflictColors.property |
Modifier and Type | Field and Description |
---|---|
private static ColorProperty |
ConflictDialog.BACKGROUND_COLOR |
private static ColorProperty |
ConflictDialog.CONFLICT_COLOR |
Modifier and Type | Field and Description |
---|---|
static ColorProperty |
ImageryLayer.PROP_FADE_COLOR |
private static ColorProperty |
OsmDataLayer.PROPERTY_BACKGROUND_COLOR |
private static ColorProperty |
OsmDataLayer.PROPERTY_OUTSIDE_COLOR |
Modifier and Type | Method and Description |
---|---|
protected ColorProperty |
GpxLayer.getBaseColorProperty() |
protected ColorProperty |
Layer.getBaseColorProperty()
Gets the color property that stores the default color for this layer.
|
Modifier and Type | Field and Description |
---|---|
static ColorProperty |
GpxDrawHelper.DEFAULT_COLOR
The color that is used for drawing GPX points.
|
Modifier and Type | Field and Description |
---|---|
private static ColorProperty |
MarkerLayer.COLOR_PROPERTY |
Modifier and Type | Method and Description |
---|---|
protected ColorProperty |
MarkerLayer.getBaseColorProperty() |
Modifier and Type | Field and Description |
---|---|
private static ColorProperty |
ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer.IMAGERY_BACKGROUND_COLOR |
Modifier and Type | Field and Description |
---|---|
private ColorProperty |
PrefJPanel.ShortcutTableCellRenderer.SHORTCUT_BACKGROUND_MODIFIED_COLOR |
private ColorProperty |
PrefJPanel.ShortcutTableCellRenderer.SHORTCUT_BACKGROUND_USER_COLOR |