Uses of Class
javafx.scene.transform.Transform
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine
objects.-
Uses of Transform in javafx.scene
Modifier and TypeMethodDescriptionfinal Transform
Node.getLocalToParentTransform()
Gets the value of thelocalToParentTransform
property.final Transform
Node.getLocalToSceneTransform()
Gets the value of thelocalToSceneTransform
property.SnapshotParameters.getTransform()
Gets the current transform.Modifier and TypeMethodDescriptionfinal ObservableList
<Transform> Node.getTransforms()
final ReadOnlyObjectProperty
<Transform> An affine transform that holds the computed local-to-parent transform.final ReadOnlyObjectProperty
<Transform> An affine transform that holds the computed local-to-scene transform.Modifier and TypeMethodDescriptionvoid
SnapshotParameters.setTransform
(Transform transform) Sets the transform to the specified value. -
Uses of Transform in javafx.scene.transform
Modifier and TypeClassDescriptionclass
TheAffine
class represents a general affine transform.class
This class represents anAffine
object that rotates coordinates around an anchor point.class
This class represents anAffine
object that scales coordinates by the specified factors.class
This class represents anAffine
object that shears coordinates by the specified multipliers.class
This class represents anAffine
object that translates coordinates by the specified factors.Modifier and TypeMethodDescriptionTransform.clone()
Returns a deep copy of this transform.Transform.createConcatenation
(Transform transform) Returns the concatenation of this transform and the specified transform.Shear.createInverse()
Transform.createInverse()
Returns the inverse transform of this transform.Modifier and TypeMethodDescriptionvoid
Appends the specified transform to this instance.Transform.createConcatenation
(Transform transform) Returns the concatenation of this transform and the specified transform.void
Prepends the specified transform to this instance.void
Affine.setToTransform
(Transform transform) Sets the values of this instance to the values provided by the specified transform.boolean
Checks if this transform is similar to the specified transform.