Class GameUI

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

public class GameUI extends Object
  • Constructor Details

  • Method Details

    • 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()