org.openstreetmap.josm.data
Interface Preferences.ColorKey

All Known Implementing Classes:
ColorProperty, ConflictColors, PaintColors
Enclosing class:
Preferences

public static interface Preferences.ColorKey


Method Summary
 java.lang.String getColorName()
           
 java.awt.Color getDefaultValue()
           
 java.lang.String getSpecialName()
           
 

Method Detail

getColorName

java.lang.String getColorName()

getSpecialName

java.lang.String getSpecialName()

getDefaultValue

java.awt.Color getDefaultValue()


JOSM