Uses of Class
javafx.scene.Camera
Packages that use Camera
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of Camera in javafx.scene
Subclasses of Camera in javafx.sceneModifier and TypeClassDescriptionclass
Specifies a parallel camera for rendering a scene without perspective correction.class
Specifies a perspective camera for rendering a scene.Methods in javafx.scene that return CameraModifier and TypeMethodDescriptionScene.getCamera()
Gets the value of the property camera.SnapshotParameters.getCamera()
Gets the current camera.SubScene.getCamera()
Gets the value of the property camera.Methods in javafx.scene that return types with arguments of type CameraModifier and TypeMethodDescriptionScene.cameraProperty()
Specifies the type of camera use for rendering thisScene
.SubScene.cameraProperty()
Specifies the type of camera use for rendering thisSubScene
.Methods in javafx.scene with parameters of type Camera