Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Field and Description |
---|---|
private Point3D |
RotateTransitionBuilder.axis |
private static Point3D |
RotateTransition.DEFAULT_AXIS |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Point3D> |
RotateTransition.axis
Specifies the axis of rotation for this
RotateTransition . |
Modifier and Type | Method and Description |
---|---|
Point3D |
RotateTransition.getAxis()
Gets the value of the property axis.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Point3D> |
RotateTransition.axisProperty()
Specifies the axis of rotation for this
RotateTransition . |
Modifier and Type | Method and Description |
---|---|
RotateTransitionBuilder |
RotateTransitionBuilder.axis(Point3D x)
Set the value of the
axis property for the instance constructed by this builder. |
void |
RotateTransition.setAxis(Point3D value)
Sets the value of the property axis.
|
Modifier and Type | Method and Description |
---|---|
Point3D |
Point3DBuilder.build()
Make an instance of
Point3D based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Bounds.contains(Point3D p)
Tests if the specified point is inside the boundary of
Bounds . |
boolean |
BoundingBox.contains(Point3D p)
Tests if the specified point is inside the boundary of
Bounds . |
double |
Point3D.distance(Point3D p)
Computes the distance between this point and point
p . |
Modifier and Type | Field and Description |
---|---|
private static Point3D |
Node.DEFAULT_ROTATION_AXIS |
private Point3D |
NodeBuilder.rotationAxis |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Point3D> |
Node.NodeTransformation.rotationAxis |
Modifier and Type | Method and Description |
---|---|
Point3D |
Node.getRotationAxis()
Gets the value of the property rotationAxis.
|
Point3D |
Node.NodeTransformation.getRotationAxis()
Gets the value of the property rotationAxis.
|
private Point3D |
Node.localToParent(double x,
double y,
double z) |
private Point3D |
Node.localToScene(double x,
double y,
double z) |
private Point3D |
Node.parentToLocal(double x,
double y,
double z) |
private Point3D |
Node.sceneToLocal(double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Point3D> |
Node.rotationAxisProperty()
Defines the axis of rotation of this
Node . |
ObjectProperty<Point3D> |
Node.NodeTransformation.rotationAxisProperty() |
Modifier and Type | Method and Description |
---|---|
(package private) Bounds |
Node.createBoundingBox(Point3D p1,
Point3D p2,
Point3D p3,
Point3D p4,
Point3D p5,
Point3D p6,
Point3D p7,
Point3D p8) |
B |
NodeBuilder.rotationAxis(Point3D x)
Set the value of the
rotationAxis property for the instance constructed by this builder. |
void |
Node.setRotationAxis(Point3D value)
Sets the value of the property rotationAxis.
|
Modifier and Type | Field and Description |
---|---|
private Point3D |
RotateBuilder.axis |
static Point3D |
Rotate.X_AXIS
Specifies the X-axis as the axis of rotation.
|
static Point3D |
Rotate.Y_AXIS
Specifies the Y-axis as the axis of rotation.
|
static Point3D |
Rotate.Z_AXIS
Specifies the Z-axis as the axis of rotation.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Point3D> |
Rotate.axis
Defines the axis of rotation at the pivot point.
|
Modifier and Type | Method and Description |
---|---|
Point3D |
Rotate.getAxis()
Gets the value of the property axis.
|
Point3D |
Transform.impl_transform(Point3D point)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
private Point3D |
Rotate.normalizedAxis() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Point3D> |
Rotate.axisProperty()
Defines the axis of rotation at the pivot point.
|
Modifier and Type | Method and Description |
---|---|
B |
RotateBuilder.axis(Point3D x)
Set the value of the
axis property for the instance constructed by this builder. |
Point3D |
Transform.impl_transform(Point3D point)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Rotate.setAxis(Point3D value)
Sets the value of the property axis.
|
Constructor and Description |
---|
Rotate(double angle,
double pivotX,
double pivotY,
double pivotZ,
Point3D axis)
Creates a three-dimensional Rotate transform with pivot.
|
Rotate(double angle,
Point3D axis)
Creates a three-dimensional Rotate transform.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to