Uses of Class
ctf.view.GameInterface.Side

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

Uses of GameInterface.Side in ctf.view
 

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

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