-
Packages that use Camera
Package |
Description |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
-
-
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 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.
|