Drools examples 6.0.3-SNAPSHOT

org.drools.games.wumpus.view
Class GameUI

java.lang.Object
  extended by org.drools.games.wumpus.view.GameUI

public class GameUI
extends Object


Nested Class Summary
static class GameUI.CavePanel
           
static class GameUI.SensorPanel
           
 
Constructor Summary
GameUI(WumpusWorldConfiguration wumpusWorldConfiguration)
           
GameUI(WumpusWorldConfiguration wumpusWorldConfiguration, GameView gameView)
           
 
Method Summary
 JPanel drawActionPanel()
           
 GameUI.CavePanel drawCave()
           
 JPanel drawMovePanel()
           
 GameUI.SensorPanel drawSensorPanel()
           
 GameUI.CavePanel getCavePanel()
           
 GameView getGameView()
           
 JFrame getParentJFrame()
           
 GameUI.SensorPanel getSensorPanel()
           
 void setGameView(GameView gameView)
           
 void updateCave()
           
 void updateSensors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameUI

public GameUI(WumpusWorldConfiguration wumpusWorldConfiguration)

GameUI

public GameUI(WumpusWorldConfiguration wumpusWorldConfiguration,
              GameView gameView)
Method Detail

setGameView

public void setGameView(GameView gameView)

getParentJFrame

public JFrame getParentJFrame()

getGameView

public GameView getGameView()

getCavePanel

public GameUI.CavePanel getCavePanel()

getSensorPanel

public GameUI.SensorPanel getSensorPanel()

updateCave

public void updateCave()

updateSensors

public void updateSensors()

drawSensorPanel

public GameUI.SensorPanel drawSensorPanel()

drawCave

public GameUI.CavePanel drawCave()

drawActionPanel

public JPanel drawActionPanel()

drawMovePanel

public JPanel drawMovePanel()

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.