Package gaiasky.interfce.components
Class GaiaComponent
- java.lang.Object
-
- gaiasky.interfce.components.GuiComponent
-
- gaiasky.interfce.components.GaiaComponent
-
public class GaiaComponent extends GuiComponent
-
-
Field Summary
Fields Modifier and Type Field Description protected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxcomputeGaiaScanprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxonlyObservedStarsprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxtransitColor
-
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 voiddispose()Disposes the componentvoidinitialize()Initialises the component-
Methods inherited from class gaiasky.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponentInitialises the component- Specified by:
initializein classGuiComponent
-
dispose
public void dispose()
Description copied from class:GuiComponentDisposes the component- Specified by:
disposein classGuiComponent
-
-