Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: Transform
Wraps JavaFX Shear, a Transform that slants a node along the X and Y axes about a pivot point. A shear leaves the pivot fixed and shifts the rest of the node in proportion to its distance from the pivot, turning rectangles into parallelograms.
Shear (double X = 0.0, double Y = 0.0, double PivotX = 0.0, double PivotY = 0.0)
Creates a new Shear with the given X and Y shear factors about an optional pivot point.
X is a double with the X shear factor (horizontal slant).Y is a double with the Y shear factor (vertical slant).PivotX is an optional double with the pivot X coordinate.PivotY is an optional double with the pivot Y coordinate.setX (double X)
Sets the X shear factor.
X is a double with the new X shear factor.this objectgetX ()
Returns the X shear factor.
A double with the X shear factor.xProperty ()
Returns the DoubleProperty backing the X shear factor.
An AJO wrapping javafx.beans.property.DoubleProperty.setY (double Y)
Sets the Y shear factor.
Y is a double with the new Y shear factor.this objectgetY ()
Returns the Y shear factor.
A double with the Y shear factor.yProperty ()
Returns the DoubleProperty backing the Y shear factor.
An AJO wrapping javafx.beans.property.DoubleProperty.setPivotX (double PivotX)
Sets the pivot X coordinate that stays fixed during the shear.
PivotX is a double with the pivot X coordinate.this objectgetPivotX ()
Returns the pivot X coordinate.
A double with the pivot X coordinate.pivotXProperty ()
Returns the DoubleProperty backing the pivot X coordinate.
An AJO wrapping javafx.beans.property.DoubleProperty.setPivotY (double PivotY)
Sets the pivot Y coordinate that stays fixed during the shear.
PivotY is a double with the pivot Y coordinate.this objectgetPivotY ()
Returns the pivot Y coordinate.
A double with the pivot Y coordinate.pivotYProperty ()
Returns the DoubleProperty backing the pivot Y coordinate.
An AJO wrapping javafx.beans.property.DoubleProperty.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.