Package gaiasky.interfce.components
Class VisualEffectsComponent
- java.lang.Object
-
- gaiasky.interfce.components.GuiComponent
-
- gaiasky.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 OwnSlider
ambientLight
protected OwnLabel
bloomLabel
protected OwnLabel
elevm
protected OwnSlider
elevMult
protected OwnLabel
labels
protected OwnSlider
labelSize
protected INumberFormat
nf
protected OwnLabel
opacity
protected OwnLabel
size
protected OwnSlider
starBrightness
protected OwnLabel
starbrightnessl
protected OwnSlider
starOpacity
protected OwnSlider
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 gaiasky.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Field Detail
-
starBrightness
protected OwnSlider starBrightness
-
starSize
protected OwnSlider starSize
-
starOpacity
protected OwnSlider starOpacity
-
ambientLight
protected OwnSlider ambientLight
-
labelSize
protected OwnSlider labelSize
-
elevMult
protected OwnSlider 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
-
-