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 Rotate.MatrixCache |
Rotate.cache
Avoids lot of repeated computation.
|
private Rotate.MatrixCache |
Rotate.inverseCache
Avoids lot of repeated computation.
|