Drools examples 6.1.0-SNAPSHOT

org.drools.games.wumpus.view
Class GameUI

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

public class GameUI
extends Object


Constructor Summary
GameUI(org.kie.api.runtime.KieSession ksession, WumpusWorldConfiguration wumpusWorldConfiguration)
           
 
Method Summary
 JPanel drawActionPanel()
           
 GamePanel drawCave()
           
 JPanel drawMovePanel()
           
 GamePanel drawSensorPanel()
           
 GamePanel getCavePanel()
           
 GameView getGameView()
           
 JFrame getParentJFrame()
           
 GamePanel getSensorPanel()
           
 void repaint()
           
 void setGameView(GameView gameView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameUI

public GameUI(org.kie.api.runtime.KieSession ksession,
              WumpusWorldConfiguration wumpusWorldConfiguration)
Method Detail

setGameView

public void setGameView(GameView gameView)

getParentJFrame

public JFrame getParentJFrame()

getGameView

public GameView getGameView()

getCavePanel

public GamePanel getCavePanel()

getSensorPanel

public GamePanel getSensorPanel()

repaint

public void repaint()

drawSensorPanel

public GamePanel drawSensorPanel()

drawCave

public GamePanel drawCave()

drawActionPanel

public JPanel drawActionPanel()

drawMovePanel

public JPanel drawMovePanel()

Drools examples 6.1.0-SNAPSHOT

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