public class SVGMatrix extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
a |
Objs.Property<Number> |
b |
Objs.Property<Number> |
c |
Objs.Property<Number> |
d |
Objs.Property<Number> |
e |
Objs.Property<Number> |
f |
Modifier | Constructor and Description |
---|---|
protected |
SVGMatrix(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SVGMatrix |
$as(Object obj) |
Number |
a() |
Number |
b() |
Number |
c() |
Number |
d() |
Number |
e() |
Number |
f() |
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) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> a
public Objs.Property<Number> b
public Objs.Property<Number> c
public Objs.Property<Number> d
public Objs.Property<Number> e
public Objs.Property<Number> f
protected SVGMatrix(Objs.Constructor<?> c, Object js)
public Number a()
public Number b()
public Number c()
public Number d()
public Number e()
public Number f()
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)
Copyright © 2018. All rights reserved.