public class SVGMatrix
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
a |
net.java.html.lib.Objs.Property<Number> |
b |
net.java.html.lib.Objs.Property<Number> |
c |
net.java.html.lib.Objs.Property<Number> |
d |
net.java.html.lib.Objs.Property<Number> |
e |
net.java.html.lib.Objs.Property<Number> |
f |
| Modifier | Constructor and Description |
|---|---|
protected |
SVGMatrix(net.java.html.lib.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, valueOfpublic net.java.html.lib.Objs.Property<Number> a
public net.java.html.lib.Objs.Property<Number> b
public net.java.html.lib.Objs.Property<Number> c
public net.java.html.lib.Objs.Property<Number> d
public net.java.html.lib.Objs.Property<Number> e
public net.java.html.lib.Objs.Property<Number> f
protected SVGMatrix(net.java.html.lib.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 © 2021. All rights reserved.