Class GameUI


  • public class GameUI
    extends Object
    • 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()
      • drawActionPanel

        public JPanel drawActionPanel()
      • drawMovePanel

        public JPanel drawMovePanel()