Class GameUI


  • public class GameUI
    extends java.lang.Object
    • Constructor Detail

      • GameUI

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

      • setGameView

        public void setGameView​(GameView gameView)
      • getParentJFrame

        public javax.swing.JFrame getParentJFrame()
      • getGameView

        public GameView getGameView()
      • getCavePanel

        public GamePanel getCavePanel()
      • getSensorPanel

        public GamePanel getSensorPanel()
      • repaint

        public void repaint()
      • drawSensorPanel

        public GamePanel drawSensorPanel()
      • drawActionPanel

        public javax.swing.JPanel drawActionPanel()
      • drawMovePanel

        public javax.swing.JPanel drawMovePanel()