javafx.ui.canvas

Rotate

Extends: Transform

Transformation operation which rotates an object.

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.

Attributes Inherited from javafx.ui.canvas.Transform

transform, transformable