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