Package gaiasky.interfce.components
Class CameraComponent
- java.lang.Object
-
- gaiasky.interfce.components.GuiComponent
-
- gaiasky.interfce.components.CameraComponent
-
- All Implemented Interfaces:
IObserver
public class CameraComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnTextIconButtonbutton3dprotected OwnTextIconButtonbuttonCubemapprotected OwnTextIconButtonbuttonDomeprotected OwnTextIconButtonbuttonMasterprotected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean>cameraModeprotected OwnSliderPluscameraSpeedprotected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<java.lang.String>cameraSpeedLimitprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxcinematicprotected OwnLabeldateprotected OwnSliderPlusfieldOfViewprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxfocusLockprotected booleanfovFlagprotected com.badlogic.gdx.scenes.scene2d.ui.CheckBoxorientationLockprotected OwnSliderPlusrotateSpeedprotected OwnSliderPlusturnSpeed
-
Constructor Summary
Constructors Constructor Description CameraComponent(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 voiddispose()Disposes the componentvoidinitialize()Initialises the componentvoidnotify(Events event, java.lang.Object... data)-
Methods inherited from class gaiasky.interfce.components.GuiComponent
getActor, group
-
-
-
-
Field Detail
-
date
protected OwnLabel date
-
cameraSpeedLimit
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<java.lang.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
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponentInitialises the component- Specified by:
initializein classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponentDisposes the component- Specified by:
disposein classGuiComponent
-
-