static Matrix |
Matrix.$as(Object obj) |
Matrix |
Matrix.add(double a,
double b,
double c,
double d,
double e,
double f) |
Matrix |
Matrix.add(Matrix matrix) |
Matrix |
Matrix.clone() |
Matrix |
TransformationDescriptor.diffMatrix() |
Matrix |
TransformationDescriptor.globalMatrix() |
Matrix |
Matrix.invert() |
Matrix |
TransformationDescriptor.localMatrix() |
static Matrix |
Exports.matrix() |
static Matrix |
Exports.matrix(double a,
double b,
double c,
double d,
double e,
double f) |
static Matrix |
Exports.matrix(SVGMatrix svgMatrix) |
Matrix |
Matrix.rotate(double a) |
Matrix |
Matrix.rotate(double a,
double x) |
Matrix |
Matrix.rotate(double a,
double x,
double y) |
Matrix |
Matrix.scale(double x) |
Matrix |
Matrix.scale(double x,
double y) |
Matrix |
Matrix.scale(double x,
double y,
double cx) |
Matrix |
Matrix.scale(double x,
double y,
double cx,
double cy) |
Matrix |
Matrix.translate(double x,
double y) |