Package gaiasky.interafce.components
Class GuiComponent
java.lang.Object
gaiasky.interafce.components.GuiComponent
- Direct Known Subclasses:
BookmarksComponent
,CameraComponent
,DatasetsComponent
,LocationLogComponent
,MusicComponent
,ObjectsComponent
,TimeComponent
,VisibilityComponent
,VisualEffectsComponent
A GUI component.
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.badlogic.gdx.scenes.scene2d.Actor
protected float
protected float
protected float
protected float
protected float
protected float
protected float
protected com.badlogic.gdx.scenes.scene2d.ui.Skin
protected com.badlogic.gdx.scenes.scene2d.Stage
-
Constructor Summary
ConstructorDescriptionGuiComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
dispose()
Disposes the component.com.badlogic.gdx.scenes.scene2d.Actor
getActor()
protected com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup
group(com.badlogic.gdx.scenes.scene2d.Actor ac1, com.badlogic.gdx.scenes.scene2d.Actor ac2, float sp)
abstract void
Initialises the component.
-
Field Details
-
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 -
pad8
protected float pad8 -
pad12
protected float pad12 -
pad9
protected float pad9 -
pad6
protected float pad6 -
pad4
protected float pad4 -
pad3
protected float pad3 -
pad1
protected float pad1
-
-
Constructor Details
-
GuiComponent
public GuiComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
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. -
group
protected com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup group(com.badlogic.gdx.scenes.scene2d.Actor ac1, com.badlogic.gdx.scenes.scene2d.Actor ac2, float sp)
-