Uses of Class
ctf.model.TeamColor

Packages that use TeamColor
ctf.model   
ctf.view Basic view tools 
 

Uses of TeamColor in ctf.model
 

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

Uses of TeamColor in ctf.view
 

Methods in ctf.view that return TeamColor
 TeamColor FieldViewTester.teamColor(Side side)
           
 TeamColor GameViewInterface.teamColor(Side s)
          What is the given team's colour?