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 OwnLabelambientprotected OwnSliderambientLightprotected OwnLabelbloomLabelprotected OwnLabelelevmprotected OwnSliderelevMultprotected OwnLabellabelsprotected OwnSliderlabelSizeprotected INumberFormatnfprotected OwnLabelopacityprotected OwnLabelsizeprotected OwnSliderstarBrightnessprotected OwnLabelstarbrightnesslprotected OwnSliderstarOpacityprotected OwnSliderstarSize
-
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 voiddispose()Disposes the componentvoidinitialize()Initialises the componentvoidnotify(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:GuiComponentInitialises the component- Specified by:
initializein classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponentDisposes the component- Specified by:
disposein classGuiComponent
-
-