|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGame | |
---|---|
org.vizzini.example.tictactoe | Provides tic-tac-toe classes for the game framework. |
org.vizzini.game | Provides core game classes for the game framework. |
org.vizzini.game.boardgame | Provides core game classes for board games in the game framework. |
org.vizzini.ui.game | Provides core game user interface classes for the game framework. |
Uses of IGame in org.vizzini.example.tictactoe |
---|
Methods in org.vizzini.example.tictactoe that return IGame | |
---|---|
protected IGame |
TicTacToeGeneticAlgorithmGP.createGame()
Create the game. |
protected IGame |
TicTacToeGeneticAlgorithmGP.getGame()
|
Methods in org.vizzini.example.tictactoe with parameters of type IGame | |
---|---|
protected void |
TicTacToeGeneticAlgorithmGP.setGame(IGame game)
Set the game. |
Uses of IGame in org.vizzini.game |
---|
Classes in org.vizzini.game that implement IGame | |
---|---|
class |
AbstractGame
Provides base functionality for games in the game framework. |
class |
DefaultGame
Provides default functionality for games in the game framework. |
Uses of IGame in org.vizzini.game.boardgame |
---|
Subinterfaces of IGame in org.vizzini.game.boardgame | |
---|---|
interface |
IBoardGame
Defines methods required by board games in the game framework. |
Classes in org.vizzini.game.boardgame that implement IGame | |
---|---|
class |
AbstractBoardGame
Provides a board game in the game framework. |
Methods in org.vizzini.game.boardgame that return IGame | |
---|---|
protected IGame |
AbstractGameGeneticAlgorithm.createGame()
Create the game. |
protected IGame |
AbstractGameGeneticAlgorithm.getGame()
Return the game. |
Methods in org.vizzini.game.boardgame with parameters of type IGame | |
---|---|
protected void |
AbstractGameGeneticAlgorithm.setGame(IGame game)
Set the game. |
Uses of IGame in org.vizzini.ui.game |
---|
Methods in org.vizzini.ui.game that return IGame | |
---|---|
protected IGame |
GameUISupport.createGame(Properties properties)
Create the game. |
IGame |
AbstractGameUISwing.getGame()
Return the game component. |
IGame |
AbstractGameUIText.getGame()
Return the game component. |
IGame |
GameUISupport.getGame()
Return the game component. |
IGame |
IGameUI.getGame()
Return the game component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |