Class TimeComponent

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

public class TimeComponent extends GuiComponent implements IObserver
  • Field Details

    • date

      protected OwnLabel date
    • time

      protected OwnLabel time
    • plus

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

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

      protected OwnTextIconButton dateEdit
    • dateDialog

      protected DateDialog dateDialog
    • warp

      protected OwnSliderPlus warp
    • timeWarpVector

      protected double[] timeWarpVector
    • warpGuard

      protected boolean warpGuard
  • Constructor Details

    • TimeComponent

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