Class MusicComponent

java.lang.Object
gaiasky.interafce.components.GuiComponent
gaiasky.interafce.components.MusicComponent
All Implemented Interfaces:
IObserver

public class MusicComponent
extends GuiComponent
implements IObserver
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected INumberFormat intf  
    protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton next  
    protected INumberFormat nf  
    protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton play  
    protected OwnLabel position  
    protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton prev  
    protected OwnLabel track  
    protected OwnLabel vol  

    Fields inherited from class gaiasky.interafce.components.GuiComponent

    component, pad1, pad12, pad3, pad4, pad6, pad8, pad9, skin, stage
  • Constructor Summary

    Constructors
    Constructor Description
    MusicComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)  
  • Method Summary

    Modifier and Type Method Description
    void dispose()
    Disposes the component.
    void initialize()
    Initialises the component.
    void notify​(Events event, java.lang.Object... data)  

    Methods inherited from class gaiasky.interafce.components.GuiComponent

    getActor, group

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected OwnLabel vol
    • track

      protected OwnLabel track
    • position

      protected OwnLabel position
    • nf

      protected INumberFormat nf
    • intf

      protected INumberFormat intf
  • Constructor Details

    • MusicComponent

      public MusicComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
  • Method Details