Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelCamera
Specifies a parallel camera for rendering a scene without perspective correction.
|
class |
PerspectiveCamera
Specifies a perspective camera for rendering a scene.
|
Modifier and Type | Field and Description |
---|---|
private Camera |
SnapshotParameters.camera |
private Camera |
SnapshotParametersBuilder.camera |
private Camera |
SceneBuilder.camera |
private Camera |
Scene.oldCamera |
private Camera |
Scene.pickingCamera |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Camera> |
Scene.camera
Specifies the type of camera use for rendering this
Scene . |
Modifier and Type | Method and Description |
---|---|
(package private) Camera |
PerspectiveCamera.copy() |
(package private) Camera |
Camera.copy() |
Camera |
SnapshotParameters.getCamera()
Gets the current camera.
|
Camera |
Scene.getCamera()
Gets the value of the property camera.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Camera> |
Scene.cameraProperty()
Specifies the type of camera use for rendering this
Scene . |
Modifier and Type | Method and Description |
---|---|
B |
SnapshotParametersBuilder.camera(Camera x)
Set the value of the
camera property for the instance constructed by this builder. |
B |
SceneBuilder.camera(Camera x)
Set the value of the
camera property for the instance constructed by this builder. |
(package private) static WritableImage |
Scene.doSnapshot(Scene scene,
double x,
double y,
double w,
double h,
Node root,
com.sun.javafx.geom.transform.BaseTransform transform,
boolean depthBuffer,
Paint fill,
Camera camera,
WritableImage wimg) |
void |
SnapshotParameters.setCamera(Camera camera)
Sets the camera to the specified value.
|
void |
Scene.setCamera(Camera value)
Sets the value of the property camera.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to