Package gaiasky.interfce.components
Class MusicComponent
- java.lang.Object
-
- gaiasky.interfce.components.GuiComponent
-
- gaiasky.interfce.components.MusicComponent
-
- All Implemented Interfaces:
IObserver
public class MusicComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected INumberFormatintfprotected com.badlogic.gdx.scenes.scene2d.ui.ImageButtonnextprotected INumberFormatnfprotected com.badlogic.gdx.scenes.scene2d.ui.ImageButtonplayprotected OwnLabelpositionprotected com.badlogic.gdx.scenes.scene2d.ui.ImageButtonprevprotected OwnLabeltrackprotected OwnLabelvol
-
Constructor Summary
Constructors Constructor Description MusicComponent(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, group
-
-
-
-
Field Detail
-
prev
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton prev
-
play
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton play
-
next
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton next
-
vol
protected OwnLabel vol
-
track
protected OwnLabel track
-
position
protected OwnLabel position
-
nf
protected INumberFormat nf
-
intf
protected INumberFormat intf
-
-
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
-
-