Package gaia.cu9.ari.gaiaorbit.interfce
Class RenderGui
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
-
- gaia.cu9.ari.gaiaorbit.interfce.RenderGui
-
public class RenderGui extends AbstractGui
Only for frame output mode, it displays the current time.
-
-
Field Summary
Fields Modifier and Type Field Description protected IDateFormat
df
protected com.badlogic.gdx.scenes.scene2d.ui.Table
mainTable
protected MessagesInterface
messagesInterface
protected com.badlogic.gdx.scenes.scene2d.ui.Label
time
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
interfaces, lock, name, skin, ui
-
-
Constructor Summary
Constructors Constructor Description RenderGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Hook that runs after the assets have been loaded.void
initialize(com.badlogic.gdx.assets.AssetManager assetManager)
Initializes the GUI, adding all the resources to the asset manager queue for loadingvoid
notify(Events event, java.lang.Object... data)
protected void
rebuildGui()
Adds the already created GUI objects to the stage.-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
cancelTouchFocus, dispose, findActor, getGuiStage, getName, render, resize, resizeImmediate, setSceneGraph, setVisibilityToggles, update
-
-
-
-
Field Detail
-
time
protected com.badlogic.gdx.scenes.scene2d.ui.Label time
-
mainTable
protected com.badlogic.gdx.scenes.scene2d.ui.Table mainTable
-
messagesInterface
protected MessagesInterface messagesInterface
-
df
protected IDateFormat df
-
-
Method Detail
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGui
Initializes the GUI, adding all the resources to the asset manager queue for loading- Parameters:
assetManager
- The asset manager to load the resources with
-
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGui
Hook that runs after the assets have been loaded. Completes the initialization process- Parameters:
assetManager
- The asset manager
-
rebuildGui
protected void rebuildGui()
Description copied from class:AbstractGui
Adds the already created GUI objects to the stage.- Specified by:
rebuildGui
in classAbstractGui
-
notify
public void notify(Events event, java.lang.Object... data)
- Specified by:
notify
in interfaceIObserver
- Overrides:
notify
in classAbstractGui
-
-