Overview
Attribute Summary
Inherited Attributes
javafx.ui.canvas.Transform
Function Summary
-
public static matrix(a:
Number,
b:
Number,
c:
Number,
d:
Number,
tx:
Number,
ty:
Number,
)
:
Matrix
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
Functions
Parameters
- a
- b
- c
- d
- tx
- ty
Returns
- Matrix