Uses of Class
org.openstreetmap.josm.data.preferences.ColorInfo
-
Packages that use ColorInfo Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences. -
-
Uses of ColorInfo in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return types with arguments of type ColorInfo Modifier and Type Method Description java.util.Map<java.lang.String,ColorInfo>
Preferences. getAllNamedColors()
Get all named colors, including customized and the default ones. -
Uses of ColorInfo in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences that return ColorInfo Modifier and Type Method Description static ColorInfo
ColorInfo. fromPref(java.util.List<java.lang.String> lst, boolean isDefault)
Constructs a newColorInfo
from raw preference value. -
Uses of ColorInfo in org.openstreetmap.josm.gui.preferences.display
Fields in org.openstreetmap.josm.gui.preferences.display declared as ColorInfo Modifier and Type Field Description (package private) ColorInfo
ColorPreference.ColorEntry. info
Methods in org.openstreetmap.josm.gui.preferences.display that return types with arguments of type ColorInfo Modifier and Type Method Description java.util.Map<java.lang.String,ColorInfo>
ColorPreference. getColors()
Returns a map with the colors in the table (key = preference key, value = color info).Method parameters in org.openstreetmap.josm.gui.preferences.display with type arguments of type ColorInfo Modifier and Type Method Description void
ColorPreference. setColors(java.util.Map<java.lang.String,ColorInfo> colorMap)
Set the colors to be shown in the preference table.Constructors in org.openstreetmap.josm.gui.preferences.display with parameters of type ColorInfo Constructor Description ColorEntry(java.lang.String key, ColorInfo info)
-