Uses of Class
javafx.scene.Camera
-
Packages that use Camera Package Description javafx.scene Provides the core set of base classes for the JavaFX Scene Graph API. -
-
Uses of Camera in javafx.scene
Subclasses of Camera in javafx.scene Modifier and Type Class Description class
ParallelCamera
Specifies a parallel camera for rendering a scene without perspective correction.class
PerspectiveCamera
Specifies a perspective camera for rendering a scene.Methods in javafx.scene that return Camera Modifier and Type Method Description Camera
Scene. getCamera()
Gets the value of the property camera.Camera
SnapshotParameters. getCamera()
Gets the current camera.Camera
SubScene. getCamera()
Gets the value of the property camera.Methods in javafx.scene that return types with arguments of type Camera Modifier and Type Method Description ObjectProperty<Camera>
Scene. cameraProperty()
Specifies the type of camera use for rendering thisScene
.ObjectProperty<Camera>
SubScene. cameraProperty()
Specifies the type of camera use for rendering thisSubScene
.Methods in javafx.scene with parameters of type Camera Modifier and Type Method Description void
Scene. setCamera(Camera value)
Sets the value of the property camera.void
SnapshotParameters. setCamera(Camera camera)
Sets the camera to the specified value.void
SubScene. setCamera(Camera value)
Sets the value of the property camera.
-