Class FireTruckSelectionScene


  • public class FireTruckSelectionScene
    extends java.lang.Object
    Window for selecting FireTruck type
    Author:
    Luke Taylor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.badlogic.gdx.scenes.scene2d.Stage stage  
      com.badlogic.gdx.scenes.scene2d.ui.Table table  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton1  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton2  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton3  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton4  
    • Method Summary

      Modifier and Type Method Description
      void visibility​(boolean state)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stage

        public com.badlogic.gdx.scenes.scene2d.Stage stage
      • table

        public com.badlogic.gdx.scenes.scene2d.ui.Table table
      • truckButton1

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton1
      • truckButton2

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton2
      • truckButton3

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton3
      • truckButton4

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton truckButton4
    • Constructor Detail

      • FireTruckSelectionScene

        public FireTruckSelectionScene​(Kroy game)
        Parameters:
        game - Kroy instance
    • Method Detail

      • visibility

        public void visibility​(boolean state)
        Parameters:
        state - Makes the window visible or hidden