Package gaiasky.gui
Class VRInfoGui
java.lang.Object
gaiasky.gui.AbstractGui
gaiasky.gui.VRInfoGui
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.badlogic.gdx.scenes.scene2d.ui.Container<com.badlogic.gdx.scenes.scene2d.ui.Table>
protected com.badlogic.gdx.scenes.scene2d.ui.Table
protected com.badlogic.gdx.scenes.scene2d.ui.Cell<?>
protected com.badlogic.gdx.scenes.scene2d.ui.Table
protected com.badlogic.gdx.scenes.scene2d.ui.Table
Fields inherited from class gaiasky.gui.AbstractGui
graphics, hoffset, interfaces, lock, name, skin, ui, unitsPerPixel, vr
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(com.badlogic.gdx.assets.AssetManager assetManager) Hook that runs after the assets have been loaded.void
initialize
(com.badlogic.gdx.assets.AssetManager assetManager, com.badlogic.gdx.graphics.g2d.SpriteBatch sb) Initializes the GUI, adding all the resources to the asset manager queue for loadingboolean
mustDraw()
Returns whether this GUI must be drawn or notvoid
Event notification call.protected void
Adds the already created GUI objects to the stage.Methods inherited from class gaiasky.gui.AbstractGui
cancelTouchFocus, dispose, findActor, getGuiStage, getName, render, resize, resizeImmediate, setHoffset, setVisibilityToggles, setVr, update, updateUnitsPerPixel
-
Field Details
-
container
protected com.badlogic.gdx.scenes.scene2d.ui.Container<com.badlogic.gdx.scenes.scene2d.ui.Table> container -
contents
protected com.badlogic.gdx.scenes.scene2d.ui.Table contents -
infoFocus
protected com.badlogic.gdx.scenes.scene2d.ui.Table infoFocus -
infoFree
protected com.badlogic.gdx.scenes.scene2d.ui.Table infoFree -
infoCell
protected com.badlogic.gdx.scenes.scene2d.ui.Cell<?> infoCell
-
-
Constructor Details
-
VRInfoGui
-
-
Method Details
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager assetManager, com.badlogic.gdx.graphics.g2d.SpriteBatch sb) 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 withsb
- The sprite batch to use for this GUI's stage
-
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
-
mustDraw
public boolean mustDraw()Description copied from interface:IGui
Returns whether this GUI must be drawn or not- Specified by:
mustDraw
in interfaceIGui
- Overrides:
mustDraw
in classAbstractGui
- Returns:
- Whether this is visible
-
notify
Description copied from interface:IObserver
Event notification call.- Specified by:
notify
in interfaceIObserver
- Overrides:
notify
in classAbstractGui
- Parameters:
event
- The event type.source
- The source object, if any.data
- The data associated with this event.
-