Class PauseWindow


  • public class PauseWindow
    extends java.lang.Object
    Pause window
    Author:
    Michele Imbriani
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.badlogic.gdx.scenes.scene2d.ui.TextButton exit  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton menu  
      com.badlogic.gdx.scenes.scene2d.ui.TextButton resume  
      com.badlogic.gdx.scenes.scene2d.Stage stage  
      com.badlogic.gdx.scenes.scene2d.ui.Table table  
    • Constructor Summary

      Constructors 
      Constructor Description
      PauseWindow​(Kroy game)  
    • 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
      • resume

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton resume
      • exit

        public com.badlogic.gdx.scenes.scene2d.ui.TextButton exit
      • menu

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

      • PauseWindow

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

      • visibility

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