Class CameraComponent

java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.CameraComponent
All Implemented Interfaces:
IObserver

public class CameraComponent extends GuiComponent implements IObserver
  • Field Details

    • date

      protected OwnLabel date
    • cameraSpeedLimit

      protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<String> cameraSpeedLimit
    • cameraMode

      protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean> cameraMode
    • fieldOfView

      protected OwnSliderPlus fieldOfView
    • cameraSpeed

      protected OwnSliderPlus cameraSpeed
    • turnSpeed

      protected OwnSliderPlus turnSpeed
    • rotateSpeed

      protected OwnSliderPlus rotateSpeed
    • focusLock

      protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox focusLock
    • orientationLock

      protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox orientationLock
    • cinematic

      protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox cinematic
    • button3d

      protected OwnTextIconButton button3d
    • buttonDome

      protected OwnTextIconButton buttonDome
    • buttonCubemap

      protected OwnTextIconButton buttonCubemap
    • buttonMaster

      protected OwnTextIconButton buttonMaster
    • fovFlag

      protected boolean fovFlag
  • Constructor Details

    • CameraComponent

      public CameraComponent(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 class GuiComponent
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.
    • dispose

      public void dispose()
      Description copied from class: GuiComponent
      Disposes the component.
      Specified by:
      dispose in class GuiComponent