Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.geom.transform | |
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.transform | |
com.sun.javafx.sg.prism | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.util | |
com.sun.javafx.webkit.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.ps | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Method and Description |
---|---|
static PickRay |
PickRay.computeParallelPickRay(double x,
double y,
double viewHeight,
Affine3D cameraTransform,
double nearClip,
double farClip,
PickRay pickRay) |
static PickRay |
PickRay.computePerspectivePickRay(double x,
double y,
boolean fixedEye,
double viewWidth,
double viewHeight,
double fieldOfViewRadians,
boolean verticalFieldOfView,
Affine3D cameraTransform,
double nearClip,
double farClip,
PickRay pickRay) |
Modifier and Type | Method and Description |
---|---|
Affine3D |
Affine3D.deriveWithConcatenation(BaseTransform transform) |
Affine3D |
Affine3D.deriveWithConcatenation(double Txx,
double Tyx,
double Txy,
double Tyy,
double Txt,
double Tyt) |
Affine3D |
Affine3D.deriveWithNewTransform(BaseTransform tx) |
Affine3D |
Affine3D.deriveWithPreConcatenation(BaseTransform transform) |
Affine3D |
Affine3D.deriveWithPreTranslation(double mxt,
double myt) |
Affine3D |
Affine3D.deriveWithTranslation(double tx,
double ty) |
Affine3D |
Affine3D.lookAt(Vec3d eye,
Vec3d center,
Vec3d up)
Sets this transform to a viewing transform computed from the specified
eye point, center point, and up vector.
|
Constructor and Description |
---|
Affine3D(Affine3D other) |
Modifier and Type | Method and Description |
---|---|
(package private) static Affine3D |
TextFieldBehavior.calculateNodeToSceneTransform(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
TransformUtils.ImmutableTransform.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Field and Description |
---|---|
private static Affine3D |
CacheFilter.TEMP_CACHEFILTER_TRANSFORM |
protected static Affine3D |
NGNode.TEMP_TRANSFORM |
protected Affine3D |
NGCamera.worldTransform |
private Affine3D |
NGLightBase.worldTransform |
Modifier and Type | Method and Description |
---|---|
Affine3D |
NGLightBase.getWorldTransform() |
Modifier and Type | Method and Description |
---|---|
void |
NGCamera.setWorldTransform(Affine3D localToWorldTx) |
void |
NGLightBase.setWorldTransform(Affine3D localToSceneTx) |
Modifier and Type | Field and Description |
---|---|
private Affine3D |
ViewPainter.scaleTx |
private Affine3D |
ViewPainter.tx |
Modifier and Type | Field and Description |
---|---|
Affine3D |
TempState.leafTx
A temporary affine transform used by the path transition to avoid
creating temporary garbage.
|
Affine3D |
TempState.tempTx
A temporary affine transform used by the LOD helper method to get an
affine transform.
|
Modifier and Type | Field and Description |
---|---|
private Affine3D |
WCGraphicsPrismContext.ContextState.xform |
Modifier and Type | Method and Description |
---|---|
protected Affine3D |
WCGraphicsPrismContext.getTransformNoClone() |
private Affine3D |
WCGraphicsPrismContext.ContextState.getTransformNoClone() |
Modifier and Type | Method and Description |
---|---|
private void |
WCGraphicsPrismContext.ContextState.concatTransform(Affine3D at) |
private void |
WCGraphicsPrismContext.ContextState.setTransform(Affine3D at) |
Modifier and Type | Field and Description |
---|---|
private static Affine3D |
D3DContext.scratchAffine3DTx |
Modifier and Type | Method and Description |
---|---|
void |
D3DGraphics.getPaintShaderTransform(Affine3D ret) |
Modifier and Type | Field and Description |
---|---|
private static Affine3D |
ES2Context.scratchAffine3DTx |
Modifier and Type | Field and Description |
---|---|
private Affine3D |
BaseGraphics.transform3D |
Modifier and Type | Field and Description |
---|---|
private static Affine3D |
PaintHelper.scratchXform3D |
private static Affine3D |
BaseShaderGraphics.TEMP_TX3D |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.getPaintShaderTransform(Affine3D ret) |
Modifier and Type | Method and Description |
---|---|
void |
ShaderGraphics.getPaintShaderTransform(Affine3D ret) |
Modifier and Type | Field and Description |
---|---|
private Affine3D |
Camera.localToSceneTx |
private Affine3D |
LightBase.localToSceneTx |
private static Affine3D |
PerspectiveCamera.LOOK_AT_TX |
private static Affine3D |
PerspectiveCamera.LOOK_AT_TX_FIXED_EYE |
private Affine3D |
Camera.sceneToLocalTx
An affine transform that holds the computed scene-to-local transform.
|
private Affine3D |
Camera.viewTx |
Modifier and Type | Method and Description |
---|---|
(package private) Affine3D |
Camera.getCameraTransform()
Returns the local-to-scene transform of this camera.
|
(package private) Affine3D |
Camera.getSceneToLocalTransform() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
Camera.computeViewTransform(Affine3D view) |
(package private) void |
PerspectiveCamera.computeViewTransform(Affine3D view) |
(package private) void |
ParallelCamera.computeViewTransform(Affine3D view) |
Modifier and Type | Method and Description |
---|---|
private static Affine3D |
MediaView.calculateNodeToSceneTransform(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
Rotate.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Translate.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract void |
Transform.impl_apply(Affine3D t)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Scale.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Shear.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Affine.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|