Holger's
Java API

Uses of Interface
com.antelmann.game.JGamePlay

Packages that use JGamePlay
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.game.awari This package contains an implementation of the game Awari. 
com.antelmann.game.card This package contains classes to serve card games and also includes a full implementation of BlackJack. 
com.antelmann.game.checkers This package contains an implementation of the game checkers. 
com.antelmann.game.chess This package contains an implementation of the game chess. 
com.antelmann.game.fourwins This package contains a reference implementation of the game Four-Connects or 4-wins or 4-in-a-row. 
com.antelmann.game.gomoku This package contains an implementation of the game Go-moku. 
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". 
com.antelmann.game.puzzle This package contains single-user game implementations representing puzzles. 
com.antelmann.game.reversi This package contains an implementation of the game Reversi or Othello. 
com.antelmann.game.wolfsheep This package contains an implementation of the game Wolf&Sheep. 
 

Uses of JGamePlay in com.antelmann.game
 

Classes in com.antelmann.game that implement JGamePlay
 class JDefaultGame
          JDefaultGame provides a basic wrapper for GamePlay objects for implementing the JGamePlay interface.
 

Methods in com.antelmann.game that return JGamePlay
 JGamePlay JPlayerClient.getJGamePlay()
           
 JGamePlay JGameFrame.getJGamePlay()
           
 JGamePlay GameGUI.getJGamePlay()
          returns the embedded JGamePlay object
 JGamePlay JGamePlay.getNewGame()
          getNewGame() will initialize a new game and return the JGamePlay wrapper associated with the new game.
 JGamePlay JDefaultGame.getNewGame()
          depends on a default constructor being accessible for the GamePlay object in question
static JGamePlay GameUtilities.selectJGamePlay()
          returns a JGamePlay based on a GUI-popup selection
 JGamePlay JGamePlay.setGame(AutoPlay game)
          setGame(AbstractGameBoard board) returns a JGamePlay object that embedds the given AutoPlay game.
 JGamePlay JDefaultGame.setGame(AutoPlay play)
           
 

Constructors in com.antelmann.game with parameters of type JGamePlay
JGameFrame(JGamePlay jplay)
          The GUI application is directly started and made visible by calling the constructor
JPlayerClient(JGamePlay jplay)
          The GUI application is directly started and made visible by calling the constructor
 

Uses of JGamePlay in com.antelmann.game.awari
 

Classes in com.antelmann.game.awari that implement JGamePlay
 class JAwari
          JAwari can play the AwariGame in the JGameFrame GUI.
 

Uses of JGamePlay in com.antelmann.game.card
 

Classes in com.antelmann.game.card that implement JGamePlay
 class JBlackJack
          implements the GUI wrapper for BlackJack
 

Methods in com.antelmann.game.card that return JGamePlay
 JGamePlay JBlackJack.getNewGame()
           
 

Uses of JGamePlay in com.antelmann.game.checkers
 

Classes in com.antelmann.game.checkers that implement JGamePlay
 class JCheckers
          implements the GUI wrapper around CheckersGame to use with JGameFrame
 

Uses of JGamePlay in com.antelmann.game.chess
 

Classes in com.antelmann.game.chess that implement JGamePlay
 class JChess
          Implements the GUI wrapper around ChessGame to use with JGameFrame.
 

Methods in com.antelmann.game.chess that return JGamePlay
 JGamePlay JChess.getNewGame()
           
 

Uses of JGamePlay in com.antelmann.game.fourwins
 

Classes in com.antelmann.game.fourwins that implement JGamePlay
 class JFourWins
          JFourWins provides the GUI wrapping for a FourWinsGame to be played with a JGameFrame
 

Methods in com.antelmann.game.fourwins that return JGamePlay
 JGamePlay JFourWins.getNewGame()
           
 

Uses of JGamePlay in com.antelmann.game.gomoku
 

Classes in com.antelmann.game.gomoku that implement JGamePlay
 class JGomoku
          GUI wrapper around GomokuGame for using a JGameFrame
 

Methods in com.antelmann.game.gomoku that return JGamePlay
 JGamePlay JGomoku.getNewGame()
           
 

Uses of JGamePlay in com.antelmann.game.muehle
 

Classes in com.antelmann.game.muehle that implement JGamePlay
 class JMuehle
          enables MuehleGame to be played with JGameFrame
 

Uses of JGamePlay in com.antelmann.game.puzzle
 

Classes in com.antelmann.game.puzzle that implement JGamePlay
 class JSolitaire
          enables Solitaire to be played with JGameFrame
 class JTilePuzzle
          implements the GUI wrapper for the TilePuzzle
 

Methods in com.antelmann.game.puzzle that return JGamePlay
 JGamePlay JTilePuzzle.getNewGame()
           
 JGamePlay JSolitaire.getNewGame()
           
 JGamePlay JTilePuzzle.setGame(AutoPlay play)
           
 

Uses of JGamePlay in com.antelmann.game.reversi
 

Classes in com.antelmann.game.reversi that implement JGamePlay
 class JReversi
          enables ReversiGame to be played with JGameFrame
 

Uses of JGamePlay in com.antelmann.game.wolfsheep
 

Classes in com.antelmann.game.wolfsheep that implement JGamePlay
 class JWS
          implements the GUI wrapper around WolfsheepGame to use with JGameFrame
 



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