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 TypeClassDescriptionclassSpecifies a parallel camera for rendering a scene without perspective correction.classSpecifies a perspective camera for rendering a scene.Methods in javafx.scene that return CameraModifier and TypeMethodDescriptionfinal CameraScene.getCamera()Gets the value of the property camera.SnapshotParameters.getCamera()Gets the current camera.final CameraSubScene.getCamera()Gets the value of the property camera.Methods in javafx.scene that return types with arguments of type CameraModifier 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.Methods in javafx.scene with parameters of type Camera