Package gaia.cu9.ari.gaiaorbit.interfce
Class SpacecraftGui
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
-
- gaia.cu9.ari.gaiaorbit.interfce.SpacecraftGui
-
public class SpacecraftGui extends AbstractGui
-
-
Field Summary
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
interfaces, lock, name, skin, ui
-
-
Constructor Summary
Constructors Constructor Description SpacecraftGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Constructs the interfacevoid
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.void
render(int rw, int rh)
Renders this GUIvoid
resizeImmediate(int width, int height)
Resizes without waiting for the current loop to finish-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
cancelTouchFocus, dispose, findActor, getGuiStage, getName, resize, setSceneGraph, setVisibilityToggles, update
-
-
-
-
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)
Constructs the interface- 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
-
render
public void render(int rw, int rh)
Description copied from interface:IGui
Renders this GUI- Specified by:
render
in interfaceIGui
- Overrides:
render
in classAbstractGui
- Parameters:
rw
- The render widthrh
- The render height
-
resizeImmediate
public void resizeImmediate(int width, int height)
Description copied from interface:IGui
Resizes without waiting for the current loop to finish- Specified by:
resizeImmediate
in interfaceIGui
- Overrides:
resizeImmediate
in classAbstractGui
- Parameters:
width
- The new widthheight
- The new height
-
notify
public void notify(Events event, java.lang.Object... data)
- Specified by:
notify
in interfaceIObserver
- Overrides:
notify
in classAbstractGui
-
-