Uses of Class
dk.brics.bisimulationGame.view.GameView

Packages that use GameView
dk.brics.bisimulationGame   
dk.brics.bisimulationGame.controller   
dk.brics.bisimulationGame.view   
 

Uses of GameView in dk.brics.bisimulationGame
 

Fields in dk.brics.bisimulationGame declared as GameView
private  GameView BisimulationGame.gameView
           
 

Uses of GameView in dk.brics.bisimulationGame.controller
 

Fields in dk.brics.bisimulationGame.controller declared as GameView
private  GameView GameControllerImpl.gameView
           
 

Constructors in dk.brics.bisimulationGame.controller with parameters of type GameView
GameControllerImpl(BisimulationGame controller, GameView gameView, GameModel gameModel, int myRole, int clientServerRole, MessagePasser messagePasser)
          Constructs a game controller.
 

Uses of GameView in dk.brics.bisimulationGame.view
 

Fields in dk.brics.bisimulationGame.view declared as GameView
private  GameView View.gameView
          The game view.
 

Methods in dk.brics.bisimulationGame.view that return GameView
 GameView View.getGameView(int gameViewType)
          Creates a lower panel in the game view and returns the game view.