Package | Description |
---|---|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Field and Description |
---|---|
private Affine.AffineElementProperty |
Affine.mxx
Defines the X coordinate scaling element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.mxy
Defines the XY coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.mxz
Defines the XZ coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.myx
Defines the YX coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.myy
Defines the Y coordinate scaling element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.myz
Defines the YZ coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.mzx
Defines the ZX coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.mzy
Defines the ZY coordinate element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.mzz
Defines the Z coordinate scaling element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.tx
Defines the X coordinate translation element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.ty
Defines the Y coordinate translation element of the 3x4 matrix.
|
private Affine.AffineElementProperty |
Affine.tz
Defines the Z coordinate translation element of the 3x4 matrix.
|