Overview

Transformation function which rotates an object.

Attribute Summary

nametypedescription
Public
angleNumber

The amount of rotation in degrees

cxNumber

The x coordinate of the center point about which this rotation will be performed.

cyNumber

The y coordinate of the center point about which this rotation will be performed.

Protected

Inherited Attributes

javafx.ui.canvas.Transform

publicnametype
transformAffineTransform
transformableTransformable

Function Summary

public static rotate(z: Number, cx: Number, cy: Number, ) : Rotate

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.

Functions

public static rotate(z: Number, cx: Number, cy: Number, ):Rotate

Parameters
z
cx
cy
Returns
Rotate