Module javafx.graphics
Package javafx.scene.transform
package javafx.scene.transform
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for Affine objects.
-
Class SummaryClassDescriptionThe
Affineclass represents a general affine transform.This class represents anAffineobject that rotates coordinates around an anchor point.This class represents anAffineobject that scales coordinates by the specified factors.This class represents anAffineobject that shears coordinates by the specified multipliers.This class is a base class for different affine transformations.This event is fired on a transform when any of its properties changes.This class represents anAffineobject that translates coordinates by the specified factors. -
Enum Class Summary
-
Exception SummaryExceptionDescriptionThe
NonInvertibleTransformExceptionclass represents an exception that is thrown if an operation is performed requiring the inverse of aTransformobject which is in a non-invertible state.