Uses of Interface
org.vizzini.game.boardgame.IBoardGameToken

Packages that use IBoardGameToken
org.vizzini.game.boardgame Provides core game classes for board games in the game framework. 
org.vizzini.game.boardgame.chess Provides core chess game classes for the game framework. 
org.vizzini.game.boardgame.chess.standardtoken Provides standard token classes for the 3D chess framework. 
 

Uses of IBoardGameToken in org.vizzini.game.boardgame
 

Classes in org.vizzini.game.boardgame that implement IBoardGameToken
 class DefaultBoardGameToken
          Provides a default token for the game framework.
 

Uses of IBoardGameToken in org.vizzini.game.boardgame.chess
 

Subinterfaces of IBoardGameToken in org.vizzini.game.boardgame.chess
 interface IBishop
          Defines methods required by a Bishop in the 3D chess framework.
 interface IChessToken
          Defines methods required by 3D chess tokens.
 interface IKing
          Defines methods required by a King in the 3D chess framework.
 interface IKnight
          Defines methods required by a Knight in the 3D chess framework.
 interface IMace
          Defines methods required by a Mace (a.k.a Unicorn) in the 3D chess framework.
 interface IPawn
          Defines methods required by a Pawn in the 3D chess framework.
 interface IQueen
          Defines methods required by a Queen in the 3D chess framework.
 interface IRook
          Defines methods required by a Rook in the 3D chess framework.
 

Classes in org.vizzini.game.boardgame.chess that implement IBoardGameToken
 class AbstractChessToken
          Provides base functionality for 2D and 3D chess tokens.
 

Uses of IBoardGameToken in org.vizzini.game.boardgame.chess.standardtoken
 

Classes in org.vizzini.game.boardgame.chess.standardtoken that implement IBoardGameToken
 class Bishop
          Provides a Bishop for 3D chess.
 class King
          Provides a King for 3D chess.
 class Knight
          Provides a Knight for 3D chess.
 class Mace
          Provides a Mace for 3D chess.
 class Pawn
          Provides a Pawn for 3D chess.
 class Queen
          Provides a Queen for 3D chess.
 class Rook
          Provides a Rook for 3D chess.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02