public class GameUI extends Object
Constructor and Description |
---|
GameUI(org.kie.api.runtime.KieSession ksession,
WumpusWorldConfiguration wumpusWorldConfiguration) |
Modifier and Type | Method and Description |
---|---|
JPanel |
drawActionPanel() |
GamePanel |
drawCave() |
JPanel |
drawMovePanel() |
GamePanel |
drawSensorPanel() |
GamePanel |
getCavePanel() |
GameView |
getGameView() |
JFrame |
getParentJFrame() |
GamePanel |
getSensorPanel() |
void |
repaint() |
void |
setGameView(GameView gameView) |
public GameUI(org.kie.api.runtime.KieSession ksession, WumpusWorldConfiguration wumpusWorldConfiguration)
public void setGameView(GameView gameView)
public JFrame getParentJFrame()
public GameView getGameView()
public GamePanel getCavePanel()
public GamePanel getSensorPanel()
public void repaint()
public GamePanel drawSensorPanel()
public GamePanel drawCave()
public JPanel drawActionPanel()
public JPanel drawMovePanel()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.