Class VisualEffectsComponent
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
-
- gaia.cu9.ari.gaiaorbit.interfce.components.VisualEffectsComponent
-
- All Implemented Interfaces:
IObserver
public class VisualEffectsComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnLabel
ambient
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
ambientLight
protected OwnLabel
bloomLabel
protected OwnLabel
elevm
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
elevMult
protected OwnLabel
labels
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
labelSize
protected INumberFormat
nf
protected OwnLabel
opacity
protected OwnLabel
size
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
starBrightness
protected OwnLabel
starbrightnessl
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
starOpacity
protected com.badlogic.gdx.scenes.scene2d.ui.Slider
starSize
-
Constructor Summary
Constructors Constructor Description VisualEffectsComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes the componentvoid
initialize()
Initialises the componentvoid
notify(Events event, java.lang.Object... data)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Field Detail
-
starBrightness
protected com.badlogic.gdx.scenes.scene2d.ui.Slider starBrightness
-
starSize
protected com.badlogic.gdx.scenes.scene2d.ui.Slider starSize
-
starOpacity
protected com.badlogic.gdx.scenes.scene2d.ui.Slider starOpacity
-
ambientLight
protected com.badlogic.gdx.scenes.scene2d.ui.Slider ambientLight
-
labelSize
protected com.badlogic.gdx.scenes.scene2d.ui.Slider labelSize
-
elevMult
protected com.badlogic.gdx.scenes.scene2d.ui.Slider elevMult
-
starbrightnessl
protected OwnLabel starbrightnessl
-
size
protected OwnLabel size
-
opacity
protected OwnLabel opacity
-
ambient
protected OwnLabel ambient
-
bloomLabel
protected OwnLabel bloomLabel
-
labels
protected OwnLabel labels
-
elevm
protected OwnLabel elevm
-
nf
protected INumberFormat nf
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponent
Initialises the component- Specified by:
initialize
in classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponent
Disposes the component- Specified by:
dispose
in classGuiComponent
-
-