Uses of Class
javafx.scene.transform.Rotate
- 
Packages that use Rotate Package Description javafx.scene.transform Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations forAffineobjects.
- 
- 
Uses of Rotate in javafx.scene.transformMethods in javafx.scene.transform that return Rotate Modifier and Type Method Description RotateRotate. clone()static RotateTransform. rotate(double angle, double pivotX, double pivotY)Returns aRotateobject that rotates coordinates around a pivot point.
 
-