Class GuiComponent
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
-
- Direct Known Subclasses:
CameraComponent
,DatasetsComponent
,GaiaComponent
,MusicComponent
,ObjectsComponent
,TimeComponent
,VisibilityComponent
,VisualEffectsComponent
public abstract class GuiComponent extends java.lang.Object
A GUI component
-
-
Field Summary
Fields Modifier and Type Field Description protected com.badlogic.gdx.scenes.scene2d.Actor
component
protected float
pad
protected com.badlogic.gdx.scenes.scene2d.ui.Skin
skin
protected float
space1
protected float
space2
protected float
space3
protected float
space4
protected float
space6
protected float
space8
protected com.badlogic.gdx.scenes.scene2d.Stage
stage
-
Constructor Summary
Constructors Constructor Description GuiComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
dispose()
Disposes the componentcom.badlogic.gdx.scenes.scene2d.Actor
getActor()
abstract void
initialize()
Initialises the componentprotected com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup
vgroup(com.badlogic.gdx.scenes.scene2d.Actor ac1, com.badlogic.gdx.scenes.scene2d.Actor ac2, float sp)
-
-
-
Field Detail
-
component
protected com.badlogic.gdx.scenes.scene2d.Actor component
-
skin
protected com.badlogic.gdx.scenes.scene2d.ui.Skin skin
-
stage
protected com.badlogic.gdx.scenes.scene2d.Stage stage
-
pad
protected float pad
-
space8
protected float space8
-
space6
protected float space6
-
space4
protected float space4
-
space3
protected float space3
-
space2
protected float space2
-
space1
protected float space1
-
-
Method Detail
-
initialize
public abstract void initialize()
Initialises the component
-
getActor
public com.badlogic.gdx.scenes.scene2d.Actor getActor()
-
dispose
public abstract void dispose()
Disposes the component
-
vgroup
protected com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup vgroup(com.badlogic.gdx.scenes.scene2d.Actor ac1, com.badlogic.gdx.scenes.scene2d.Actor ac2, float sp)
-
-