Uses of Class
chesspresso.game.Game

Packages that use Game
chesspresso.game   
chesspresso.game.view   
chesspresso.pgn   
 

Uses of Game in chesspresso.game
 

Methods in chesspresso.game with parameters of type Game
 void GameModelChangeListener.headerModelChanged(Game game)
           
 void GameModelChangeListener.moveModelChanged(Game game)
           
 

Uses of Game in chesspresso.game.view
 

Methods in chesspresso.game.view with parameters of type Game
 void HTMLGameBrowser.produceHTML(java.io.OutputStream outStream, Game game)
          Produces HTML to display a game.
 void HTMLGameBrowser.produceHTML(java.io.OutputStream outStream, Game game, boolean contentOnly)
          Produces HTML to display a game.
 void GameTextViewer.headerModelChanged(Game game)
           
 void GameTextViewer.moveModelChanged(Game game)
           
 

Constructors in chesspresso.game.view with parameters of type Game
GameTextViewer(Game game)
          Create a text viewer for the given game
GameBrowser(Game game)
          Create a new game browser.
GameBrowser(Game game, int bottomPlayer)
          Create a new game browser.
GameBrowser(Game game, int bottomPlayer, boolean editable)
          Create a new game browser.
 

Uses of Game in chesspresso.pgn
 

Methods in chesspresso.pgn that return Game
 Game PGNReader.parseGame()
          Returns the next game in the current pgn file.
 

Methods in chesspresso.pgn with parameters of type Game
 void PGNWriter.write(Game game)
           
 void PGNReader.completeGame(Game game)