Uses of Class
javafx.scene.Camera
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of Camera in javafx.scene
Modifier and TypeClassDescriptionclass
Specifies a parallel camera for rendering a scene without perspective correction.class
Specifies a perspective camera for rendering a scene.Modifier and TypeMethodDescriptionfinal Camera
Scene.getCamera()
Gets the value of thecamera
property.SnapshotParameters.getCamera()
Gets the current camera.final Camera
SubScene.getCamera()
Gets the value of thecamera
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<Camera> Scene.cameraProperty()
Specifies the type of camera use for rendering thisScene
.final ObjectProperty
<Camera> SubScene.cameraProperty()
Specifies the type of camera use for rendering thisSubScene
.