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 OwnSliderPlus
ambientLight
protected OwnSliderPlus
elevMult
protected OwnSliderPlus
labelSize
protected OwnSliderPlus
lineWidth
protected INumberFormat
nf
protected OwnSliderPlus
starBrightness
protected OwnSliderPlus
starOpacity
protected OwnSliderPlus
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 OwnSliderPlus starBrightness
-
starSize
protected OwnSliderPlus starSize
-
starOpacity
protected OwnSliderPlus starOpacity
-
ambientLight
protected OwnSliderPlus ambientLight
-
labelSize
protected OwnSliderPlus labelSize
-
lineWidth
protected OwnSliderPlus lineWidth
-
elevMult
protected OwnSliderPlus elevMult
-
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
-
-