Uses of Class
ctf.model.TeamColor

Packages that use TeamColor
ctf.evaluation.simulator.data   
ctf.model   
ctf.view Basic view tools 
 

Uses of TeamColor in ctf.evaluation.simulator.data
 

Methods in ctf.evaluation.simulator.data that return TeamColor
 TeamColor Team.color()
           
 

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 GameViewInterface.teamColor(Side s)
          What is the given team's colour?
 TeamColor FieldViewTester.teamColor(Side side)