Uses of Class
org.openstreetmap.josm.data.preferences.FallbackProperty
-
Packages that use FallbackProperty Package Description org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences. -
-
Uses of FallbackProperty in org.openstreetmap.josm.data.preferences
Methods in org.openstreetmap.josm.data.preferences that return FallbackProperty Modifier and Type Method Description FallbackProperty<Color>
NamedColorProperty. getChildColor(String name)
Return a more specialized color, that will fall back to this color, if not set explicitly.FallbackProperty<Color>
NamedColorProperty. getChildColor(String category, String source, String name)
Return a more specialized color, that will fall back to this color, if not set explicitly.
-