Holger's
Java API

Uses of Class
com.antelmann.game.GameBoardPosition

Packages that use GameBoardPosition
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.game.chess This package contains an implementation of the game chess. 
com.antelmann.game.muehle This package contains a reference implementation of the game "Mühle" (as it is known in German) or "Nine Men's Morris". 
 

Uses of GameBoardPosition in com.antelmann.game
 

Fields in com.antelmann.game declared as GameBoardPosition
protected  GameBoardPosition GameBoardMove.positionFrom
           
protected  GameBoardPosition GameBoardMove.positionTo
           
 

Methods in com.antelmann.game that return GameBoardPosition
 GameBoardPosition GameBoardMove.getNewPosition()
           
 GameBoardPosition GameBoardMove.getOldPosition()
           
 GameBoardPosition GameBoardMove.getPosition()
           
 

Constructors in com.antelmann.game with parameters of type GameBoardPosition
GameBoardMove(int playerRole, GameBoardPosition position)
           
GameBoardMove(int playerRole, GameBoardPosition oldPosition, GameBoardPosition newPosition)
           
GameBoardMove(int playerRole, GameBoardPosition oldPosition, GameBoardPosition newPosition, Object option)
           
GameBoardMove(int playerRole, GameBoardPosition position, Object option)
           
 

Uses of GameBoardPosition in com.antelmann.game.chess
 

Subclasses of GameBoardPosition in com.antelmann.game.chess
 class BoardPosition
          BoardPosition represents a position on a chess board.
 

Uses of GameBoardPosition in com.antelmann.game.muehle
 

Subclasses of GameBoardPosition in com.antelmann.game.muehle
 class MuehlePosition
          The class MuehlePosition represents a Muehle game position.
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads