Overview
Transformation function which rotates an object.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
angle | Number |
The amount of rotation in degrees |
cx | Number |
The x coordinate of the center point about which this rotation will be performed. |
cy | Number |
The y coordinate of the center point about which this rotation will be performed. |
Protected |
Inherited Attributes
javafx.ui.canvas.Transform
public | name | type |
---|---|---|
transform | AffineTransform | |
transformable | Transformable |
Function Summary
Inherited Functions
javafx.ui.canvas.Transform
- public static matrix(a: Number, b: Number, c: Number, d: Number, e: Number, f: Number, ) : Matrix
- public static rotate(z: Number, x: Number, y: Number, ) : Rotate
- public static scale(x: Number, y: Number, ) : Scale
- public static scaleX(x: Number, ) : Scale
- public static scaleXY(s: Number, ) : Scale
- public static scaleY(y: Number, ) : Scale
- public static skew(x: Number, y: Number, ) : Skew
- public static skewX(x: Number, ) : Skew
- public static skewY(y: Number, ) : Skew
- public static translate(x: Number, y: Number, ) : Translate
- public static translateX(x: Number, ) : Translate
- public static translateY(y: Number, ) : Translate
Attributes
public angle: Number
The amount of rotation in degrees
public cx: Number
The x coordinate of the center point about which this rotation will be performed. Defaults to zero.
public cy: Number
The y coordinate of the center point about which this rotation will be performed. Defaults to zero.