Package gaiasky.gui.components
Class TimeComponent
java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.TimeComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
Modifier and TypeFieldDescriptionprotected OwnLabel
protected OwnTextIconButton
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
protected OwnLabel
protected double[]
protected OwnSliderPlus
protected boolean
-
Constructor Summary
ConstructorDescriptionTimeComponent
(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Methods inherited from class gaiasky.gui.components.GuiComponent
getActor, group
-
Field Details
-
date
-
time
-
plus
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton plus -
minus
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton minus -
dateEdit
-
warp
-
timeWarpVector
protected double[] timeWarpVector -
warpGuard
protected boolean warpGuard
-
-
Constructor Details
-
TimeComponent
public TimeComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
initialize
public void initialize()Description copied from class:GuiComponent
Initialises the component.- Specified by:
initialize
in classGuiComponent
-
notify
Description copied from interface:IObserver
Event notification call. -
dispose
public void dispose()Description copied from class:GuiComponent
Disposes the component.- Specified by:
dispose
in classGuiComponent
-