Package gaiasky.gui.components
Class CameraComponent
java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.CameraComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
Modifier and TypeFieldDescriptionprotected OwnTextIconButton
protected OwnTextIconButton
protected OwnTextIconButton
protected OwnTextIconButton
protected OwnTextIconButton
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<CameraComboBoxBean>
protected OwnSliderPlus
protected com.badlogic.gdx.scenes.scene2d.ui.SelectBox<String>
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
protected OwnLabel
protected OwnSliderPlus
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
protected boolean
protected com.badlogic.gdx.scenes.scene2d.ui.CheckBox
protected OwnImageButton
protected OwnImageButton
protected OwnImageButton
protected OwnSliderPlus
protected OwnSliderPlus
-
Constructor Summary
ConstructorDescriptionCameraComponent
(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Methods inherited from class gaiasky.gui.components.GuiComponent
getActor, group
-
Field Details
-
date
-
cameraSpeedLimit
-
cameraMode
-
fieldOfView
-
cameraSpeed
-
turnSpeed
-
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
-
buttonDome
-
buttonCubemap
-
buttonOrthosphere
-
buttonMaster
-
recCamera
-
recKeyframeCamera
-
playCamera
-
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(float componentWidth) Description copied from class:GuiComponent
Initialises the component.- Specified by:
initialize
in classGuiComponent
- Parameters:
componentWidth
- The target width of the component.
-
notify
Description copied from interface:IObserver
Event notification call. -
dispose
public void dispose()Description copied from class:GuiComponent
Disposes the component.- Specified by:
dispose
in classGuiComponent
-