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 Transform.LazyBooleanProperty |
Transform.identity
Determines if this is currently an identity transform.
|
private Transform.LazyBooleanProperty |
Transform.type2D
Determines if this is currently a 2D transform.
|