Uses of Class
org.openstreetmap.josm.data.preferences.NamedColorProperty
-
Packages that use NamedColorProperty 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 elseorg.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 Provides generic classes for handling JOSM preferences.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. -
-
Uses of NamedColorProperty in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as NamedColorProperty Modifier and Type Field Description private NamedColorProperty
PaintColors. baseProperty
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return NamedColorProperty Modifier and Type Method Description NamedColorProperty
PaintColors. getProperty()
Get the color property -
Uses of NamedColorProperty in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as NamedColorProperty Modifier and Type Field 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
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.autofilter
Fields in org.openstreetmap.josm.gui.autofilter declared as NamedColorProperty Modifier and Type Field Description private static NamedColorProperty
AutoFilterButton. PROP_COLOR
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.conflict
Fields in org.openstreetmap.josm.gui.conflict declared as NamedColorProperty Modifier and Type Field Description private NamedColorProperty
ConflictColors. property
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as NamedColorProperty Modifier and Type Field Description private static NamedColorProperty
ConflictDialog. BACKGROUND_COLOR
private static NamedColorProperty
ConflictDialog. CONFLICT_COLOR
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as NamedColorProperty Modifier and Type Field Description private static NamedColorProperty
OsmDataLayer. PROPERTY_BACKGROUND_COLOR
private static NamedColorProperty
OsmDataLayer. PROPERTY_OUTSIDE_COLOR
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.layer.gpx
Fields in org.openstreetmap.josm.gui.layer.gpx declared as NamedColorProperty Modifier and Type Field Description static NamedColorProperty
GpxDrawHelper. DEFAULT_COLOR_PROPERTY
The default color property that is used for drawing GPX points. -
Uses of NamedColorProperty in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as NamedColorProperty Modifier and Type Field Description static NamedColorProperty
MarkerLayer. DEFAULT_COLOR_PROPERTY
The default color that is used for drawing markers. -
Uses of NamedColorProperty in org.openstreetmap.josm.gui.preferences
Fields in org.openstreetmap.josm.gui.preferences declared as NamedColorProperty Modifier and Type Field Description private static NamedColorProperty
SourceEditor.FancySourceEntryTableCellRenderer. SOURCE_ENTRY_ACTIVE_BACKGROUND_COLOR
private static NamedColorProperty
SourceEditor.FancySourceEntryTableCellRenderer. SOURCE_ENTRY_INACTIVE_BACKGROUND_COLOR
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.preferences.display
Methods in org.openstreetmap.josm.gui.preferences.display that return NamedColorProperty Modifier and Type Method Description NamedColorProperty
ColorPreference.ColorEntry. toProperty()
Convert to aNamedColorProperty
. -
Uses of NamedColorProperty in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery declared as NamedColorProperty Modifier and Type Field Description private static NamedColorProperty
ImageryProvidersPanel.ImageryURLTableCellRenderer. IMAGERY_BACKGROUND_COLOR
-
Uses of NamedColorProperty in org.openstreetmap.josm.gui.preferences.shortcut
Fields in org.openstreetmap.josm.gui.preferences.shortcut declared as NamedColorProperty Modifier and Type Field Description private NamedColorProperty
PrefJPanel.ShortcutTableCellRenderer. SHORTCUT_BACKGROUND_MODIFIED_COLOR
private NamedColorProperty
PrefJPanel.ShortcutTableCellRenderer. SHORTCUT_BACKGROUND_USER_COLOR
-