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 NamedColorPropertyPaintColors. basePropertyMethods in org.openstreetmap.josm.data.osm.visitor.paint that return NamedColorProperty Modifier and Type Method Description NamedColorPropertyPaintColors. 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 NamedColorPropertyMapStatus. PROP_ACTIVE_BACKGROUND_COLORProperty for map status background color (active state).static NamedColorPropertyMapStatus. PROP_ACTIVE_FOREGROUND_COLORProperty for map status foreground color (active state).static NamedColorPropertyMapStatus. PROP_BACKGROUND_COLORProperty for map status background color.static NamedColorPropertyMapStatus. PROP_FOREGROUND_COLORProperty for map status foreground color.private static NamedColorPropertyMapScaler. 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 NamedColorPropertyAutoFilterButton. 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 NamedColorPropertyConflictColors. 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 NamedColorPropertyConflictDialog. BACKGROUND_COLORprivate static NamedColorPropertyConflictDialog. 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 NamedColorPropertyOsmDataLayer. PROPERTY_BACKGROUND_COLORprivate static NamedColorPropertyOsmDataLayer. 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 NamedColorPropertyGpxDrawHelper. DEFAULT_COLOR_PROPERTYThe 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 NamedColorPropertyMarkerLayer. DEFAULT_COLOR_PROPERTYThe 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 NamedColorPropertySourceEditor.FancySourceEntryTableCellRenderer. SOURCE_ENTRY_ACTIVE_BACKGROUND_COLORprivate static NamedColorPropertySourceEditor.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 NamedColorPropertyColorPreference.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 NamedColorPropertyImageryProvidersPanel.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 NamedColorPropertyPrefJPanel.ShortcutTableCellRenderer. SHORTCUT_BACKGROUND_MODIFIED_COLORprivate NamedColorPropertyPrefJPanel.ShortcutTableCellRenderer. SHORTCUT_BACKGROUND_USER_COLOR
-