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.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
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.display |
Provides classes for handling display preferences.
|
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 NamedColorProperty |
PaintColors.baseProperty |
Modifier and Type | Method and Description |
---|---|
NamedColorProperty |
PaintColors.getProperty()
Get the color property
|
Modifier and Type | Field and Description |
---|---|
static NamedColorProperty |
MapStatus.PROP_ACTIVE_BACKGROUND_COLOR
Property for map status background color (active state).
|
static NamedColorProperty |
MapStatus.PROP_ACTIVE_FOREGROUND_COLOR
Property for map status foreground color (active state).
|
static NamedColorProperty |
MapStatus.PROP_BACKGROUND_COLOR
Property for map status background color.
|
static NamedColorProperty |
MapStatus.PROP_FOREGROUND_COLOR
Property for map status foreground color.
|
private static NamedColorProperty |
MapScaler.SCALER_COLOR |
Modifier and Type | Field and Description |
---|---|
private static NamedColorProperty |
AutoFilterButton.PROP_COLOR |
Modifier and Type | Field and Description |
---|---|
private NamedColorProperty |
ConflictColors.property |
Modifier and Type | Field and Description |
---|---|
private static NamedColorProperty |
ConflictDialog.BACKGROUND_COLOR |
private static NamedColorProperty |
ConflictDialog.CONFLICT_COLOR |
Modifier and Type | Field and Description |
---|---|
private static NamedColorProperty |
OsmDataLayer.PROPERTY_BACKGROUND_COLOR |
private static NamedColorProperty |
OsmDataLayer.PROPERTY_OUTSIDE_COLOR |
Modifier and Type | Method and Description |
---|---|
protected NamedColorProperty |
Layer.getBaseColorProperty()
Gets the color property that stores the default color for this layer.
|
protected NamedColorProperty |
GpxLayer.getBaseColorProperty() |
Modifier and Type | Field and Description |
---|---|
static NamedColorProperty |
GpxDrawHelper.DEFAULT_COLOR
The color that is used for drawing GPX points.
|
Modifier and Type | Field and Description |
---|---|
private static NamedColorProperty |
MarkerLayer.COLOR_PROPERTY |
Modifier and Type | Method and Description |
---|---|
protected NamedColorProperty |
MarkerLayer.getBaseColorProperty() |
Modifier and Type | Method and Description |
---|---|
NamedColorProperty |
ColorPreference.ColorEntry.toProperty()
Convert to a
NamedColorProperty . |
Modifier and Type | Field and Description |
---|---|
private static NamedColorProperty |
ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer.IMAGERY_BACKGROUND_COLOR |
Modifier and Type | Field and Description |
---|---|
private NamedColorProperty |
PrefJPanel.ShortcutTableCellRenderer.SHORTCUT_BACKGROUND_MODIFIED_COLOR |
private NamedColorProperty |
PrefJPanel.ShortcutTableCellRenderer.SHORTCUT_BACKGROUND_USER_COLOR |