Class GaiaComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      GaiaComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Disposes the component
      void initialize()
      Initialises the component
      • Methods inherited from class java.lang.Object

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

      • transitColor

        protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox transitColor
      • onlyObservedStars

        protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox onlyObservedStars
      • computeGaiaScan

        protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox computeGaiaScan
    • Constructor Detail

      • GaiaComponent

        public GaiaComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                             com.badlogic.gdx.scenes.scene2d.Stage stage)