Uses of Class
jenes.tutorials.problem5.Color

Packages that use Color
jenes.tutorials.problem5   
 

Uses of Color in jenes.tutorials.problem5
 

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