Class TimeComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      TimeComponent​(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 component
      void initialize()
      Initialises the component
      void notify​(Events event, java.lang.Object... data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • plus

        protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton plus
      • minus

        protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton minus
      • timeWarp

        protected com.badlogic.gdx.scenes.scene2d.ui.Label timeWarp
      • dateEdit

        protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton dateEdit
    • Constructor Detail

      • TimeComponent

        public TimeComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                             com.badlogic.gdx.scenes.scene2d.Stage stage)