public class JsCSSMatrix extends JsElementalMixinBase implements CSSMatrix
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsCSSMatrix() |
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getB() |
double |
getC() |
double |
getD() |
double |
getE() |
double |
getF() |
double |
getM11() |
double |
getM12() |
double |
getM13() |
double |
getM14() |
double |
getM21() |
double |
getM22() |
double |
getM23() |
double |
getM24() |
double |
getM31() |
double |
getM32() |
double |
getM33() |
double |
getM34() |
double |
getM41() |
double |
getM42() |
double |
getM43() |
double |
getM44() |
JsCSSMatrix |
inverse() |
JsCSSMatrix |
multiply(CSSMatrix secondMatrix) |
JsCSSMatrix |
rotate(double rotX,
double rotY,
double rotZ) |
JsCSSMatrix |
rotateAxisAngle(double x,
double y,
double z,
double angle) |
JsCSSMatrix |
scale(double scaleX,
double scaleY,
double scaleZ) |
void |
setA(double param_a) |
void |
setB(double param_b) |
void |
setC(double param_c) |
void |
setD(double param_d) |
void |
setE(double param_e) |
void |
setF(double param_f) |
void |
setM11(double param_m11) |
void |
setM12(double param_m12) |
void |
setM13(double param_m13) |
void |
setM14(double param_m14) |
void |
setM21(double param_m21) |
void |
setM22(double param_m22) |
void |
setM23(double param_m23) |
void |
setM24(double param_m24) |
void |
setM31(double param_m31) |
void |
setM32(double param_m32) |
void |
setM33(double param_m33) |
void |
setM34(double param_m34) |
void |
setM41(double param_m41) |
void |
setM42(double param_m42) |
void |
setM43(double param_m43) |
void |
setM44(double param_m44) |
void |
setMatrixValue(String string) |
JsCSSMatrix |
skewX(double angle) |
JsCSSMatrix |
skewY(double angle) |
JsCSSMatrix |
translate(double x,
double y,
double z) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final JsCSSMatrix inverse()
public final JsCSSMatrix multiply(CSSMatrix secondMatrix)
public final JsCSSMatrix rotate(double rotX, double rotY, double rotZ)
public final JsCSSMatrix rotateAxisAngle(double x, double y, double z, double angle)
rotateAxisAngle
in interface CSSMatrix
public final JsCSSMatrix scale(double scaleX, double scaleY, double scaleZ)
public final void setMatrixValue(String string)
setMatrixValue
in interface CSSMatrix
public final JsCSSMatrix skewX(double angle)
public final JsCSSMatrix skewY(double angle)
public final JsCSSMatrix translate(double x, double y, double z)
Copyright © 2018. All rights reserved.