Uses of Class
com.codethesis.pgnparse.Color

Packages that use Color
com.codethesis.pgnparse   
 

Uses of Color in com.codethesis.pgnparse
 

Methods in com.codethesis.pgnparse that return Color
 Color PGNMove.getColor()
           
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.