Uses of Class
ctf.model.Side

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

Uses of Side in ctf.model
 

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

Uses of Side in ctf.view
 

Methods in ctf.view with parameters of type Side
 java.awt.geom.Point2D FieldViewTester.flagPosition(Side side)
           
 java.awt.geom.Point2D GameViewInterface.flagPosition(Side s)
          Position of a team's flag
 java.awt.geom.RectangularShape FieldViewTester.jail(Side side)
           
 java.awt.geom.RectangularShape GameViewInterface.jail(Side side)
          The size of each jail (in metres)
 java.util.Collection<GameViewInterface.PlayerInfo> FieldViewTester.playerInfo(Side side)
           
 java.util.Collection<GameViewInterface.PlayerInfo> GameViewInterface.playerInfo(Side s)
          Position, orientation for all players on a team
 int FieldViewTester.score(Side side)
           
 int GameViewInterface.score(Side s)
          What's the given team's score?
 TeamColor FieldViewTester.teamColor(Side side)
           
 TeamColor GameViewInterface.teamColor(Side s)
          What is the given team's colour?