Package gaiasky.interafce.components
Class MusicComponent
java.lang.Object
gaiasky.interafce.components.GuiComponent
gaiasky.interafce.components.MusicComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
Modifier and TypeFieldDescriptionprotected DecimalFormat
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
protected DecimalFormat
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
protected OwnLabel
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
protected OwnLabel
protected OwnLabel
-
Constructor Summary
ConstructorDescriptionMusicComponent
(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Methods inherited from class gaiasky.interafce.components.GuiComponent
getActor, group
-
Field Details
-
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
-
track
-
position
-
nf
-
intf
-
-
Constructor Details
-
MusicComponent
public MusicComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
initialize
public void initialize()Description copied from class:GuiComponent
Initialises the component.- Specified by:
initialize
in classGuiComponent
-
notify
Description copied from interface:IObserver
Event notification call. -
dispose
public void dispose()Description copied from class:GuiComponent
Disposes the component.- Specified by:
dispose
in classGuiComponent
-