Uses of Class
logist.LogistSettings.ColorKey

Packages that use LogistSettings.ColorKey
logist   
 

Uses of LogistSettings.ColorKey in logist
 

Methods in logist that return LogistSettings.ColorKey
static LogistSettings.ColorKey LogistSettings.ColorKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogistSettings.ColorKey[] LogistSettings.ColorKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in logist with parameters of type LogistSettings.ColorKey
 java.awt.Color LogistSettings.get(LogistSettings.ColorKey key)
           
 void LogistSettings.set(LogistSettings.ColorKey key, java.awt.Color value)