org.drools.games.wumpus.view
Class GameUI
java.lang.Object
org.drools.games.wumpus.view.GameUI
public class GameUI
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameUI
public GameUI(org.kie.api.runtime.KieSession ksession,
WumpusWorldConfiguration wumpusWorldConfiguration)
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.