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

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

Uses of GameView in dk.brics.bisim
 

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

Uses of GameView in dk.brics.bisim.controller
 

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

Constructors in dk.brics.bisim.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.bisim.view
 

Fields in dk.brics.bisim.view declared as GameView
private  GameView MainView.gameView
          The game view.
 

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