Uses of Class
jrummikub.model.StoneColor

Packages that use StoneColor
jrummikub.model   
 

Uses of StoneColor in jrummikub.model
 

Methods in jrummikub.model that return StoneColor
 StoneColor Stone.getColor()
          Returns the color of the stone.
static StoneColor StoneColor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StoneColor[] StoneColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jrummikub.model with parameters of type StoneColor
Stone(int value, StoneColor color)
          Creates a normal stone of a given color and value
Stone(StoneColor color)
          Creates a joker of the given color.