Holger's
Java API

Uses of Class
com.antelmann.game.chess.BoardPosition

Packages that use BoardPosition
com.antelmann.game.chess This package contains an implementation of the game chess. 
com.antelmann.game.wolfsheep This package contains an implementation of the game Wolf&Sheep. 
 

Uses of BoardPosition in com.antelmann.game.chess
 

Methods in com.antelmann.game.chess that return BoardPosition
 BoardPosition BoardPosition.relativePosition(int fileAddition, int rankAddition)
           
 

Uses of BoardPosition in com.antelmann.game.wolfsheep
 

Methods in com.antelmann.game.wolfsheep that return BoardPosition
 BoardPosition WolfsheepGame.getSheepPosition(int index)
          accepts index 0 - 3
 BoardPosition WolfsheepGame.getWolfPosition()
           
 



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