Uses of Class
javafx.scene.transform.Shear
Package
Description
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine
objects.-
Uses of Shear in javafx.scene.transform
Modifier and TypeMethodDescriptionShear.clone()
static Shear
Transform.shear
(double x, double y) Returns aShear
object representing a shearing transformation.static Shear
Transform.shear
(double x, double y, double pivotX, double pivotY) Returns aShear
object representing a shearing transformation.