Package | Description |
---|---|
com.sun.javafx.scene.transform | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Class and Description |
---|
Affine
The
Affine class represents a general affine transform. |
NonInvertibleTransformException
The
NonInvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of a Transform object which is in a non-invertible state. |
Transform
This class is a base class for different affine transformations.
|
Class and Description |
---|
Transform
This class is a base class for different affine transformations.
|
Class and Description |
---|
Affine
The
Affine class represents a general affine transform. |
Class and Description |
---|
Affine
The
Affine class represents a general affine transform. |
Affine.AffineAtomicChange
Keeps track of the atomic changes of more elements.
|
Affine.AffineElementProperty
Affine element property which handles the atomic changes of more
properties.
|
AffineBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
MatrixType
Specifies type of transformation matrix.
|
NonInvertibleTransformException
The
NonInvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of a Transform object which is in a non-invertible state. |
Rotate
This class represents an
Affine object that rotates coordinates
around an anchor point. |
Rotate.MatrixCache
Matrix cache.
|
RotateBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
Scale
This class represents an
Affine object that scales coordinates
by the specified factors. |
ScaleBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
Shear
This class represents an
Affine object that shears coordinates
by the specified multipliers. |
ShearBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
Transform
This class is a base class for different affine transformations.
|
Transform.LazyBooleanProperty
Lazily computed read-only boolean property implementation.
|
TransformChangedEvent
This event is fired on a transform when any of its properties changes.
|
Translate
This class represents an
Affine object that translates coordinates
by the specified factors. |
TranslateBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|