public class SVGMatrix extends Object
Modifier and Type | Field and Description |
---|---|
double |
a |
double |
b |
double |
c |
double |
d |
double |
e |
double |
f |
static SVGMatrix |
prototype |
constructor
Constructor and Description |
---|
SVGMatrix() |
Modifier and Type | Method and Description |
---|---|
SVGMatrix |
flipX() |
SVGMatrix |
flipY() |
SVGMatrix |
inverse() |
SVGMatrix |
multiply(SVGMatrix secondMatrix) |
SVGMatrix |
rotate(double angle) |
SVGMatrix |
rotateFromVector(double x,
double y) |
SVGMatrix |
scale(double scaleFactor) |
SVGMatrix |
scaleNonUniform(double scaleFactorX,
double scaleFactorY) |
SVGMatrix |
skewX(double angle) |
SVGMatrix |
skewY(double angle) |
SVGMatrix |
translate(double x,
double y) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double a
public double b
public double c
public double d
public double e
public double f
public static SVGMatrix prototype
public SVGMatrix flipX()
public SVGMatrix flipY()
public SVGMatrix inverse()
public SVGMatrix rotate(double angle)
public SVGMatrix rotateFromVector(double x, double y)
public SVGMatrix scale(double scaleFactor)
public SVGMatrix scaleNonUniform(double scaleFactorX, double scaleFactorY)
public SVGMatrix skewX(double angle)
public SVGMatrix skewY(double angle)
public SVGMatrix translate(double x, double y)