Uses of Class
javafx.scene.transform.Shear
| Package | Description |
|---|---|
| javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
-
Uses of Shear in javafx.scene.transform
Methods in javafx.scene.transform that return Shear Modifier and Type Method Description ShearShear. clone()static ShearTransform. shear(double x, double y)Returns aShearobject representing a shearing transformation.static ShearTransform. shear(double x, double y, double pivotX, double pivotY)Returns aShearobject representing a shearing transformation.