Uses of Package
gecco.client

Packages that use gecco.client
gecco.client   
gecco.client.animation   
gecco.client.infopanels   
gecco.communication.client   
 

Classes in gecco.client used by gecco.client
Action
          An Action is a thing that a Piece can do.
ActionQueue
          This is a Queue (with methods get, peek, put, remove, empty and isEmpty) that contains actions.
ActionQueue.QueueNode
          An element in the queue.
Board
          The board is what is displayed to the user of the game.
Client
          This is the interface that represents the client from the server's point of view.
Game
          This is the main game class.
Map
          This class represents the map of a game.
Piece
          Represents a piece (unit) on the game board.
Position
          Represents the position of a Piece.
Property
          This represents a property of a Piece.
Server
          This is the interface that represents the server from the client's point of view.
TestServer
          This a test implementation of a server.
TestServer.TestThread
          Description of the Class
 

Classes in gecco.client used by gecco.client.animation
Piece
          Represents a piece (unit) on the game board.
Position
          Represents the position of a Piece.
 

Classes in gecco.client used by gecco.client.infopanels
Game
          This is the main game class.
Piece
          Represents a piece (unit) on the game board.
 

Classes in gecco.client used by gecco.communication.client
Action
          An Action is a thing that a Piece can do.
Client
          This is the interface that represents the client from the server's point of view.
Server
          This is the interface that represents the server from the client's point of view.