Uses of Class
org.htmlunit.javascript.host.svg.SVGMatrix
-
Packages that use SVGMatrix Package Description org.htmlunit.javascript.host.svg Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of SVGMatrix in org.htmlunit.javascript.host.svg
Methods in org.htmlunit.javascript.host.svg that return SVGMatrix Modifier and Type Method Description SVGMatrix
SVGSVGElement. createSVGMatrix()
Creates a newSVGMatrix
.SVGMatrix
SVGMatrix. flipX()
Transforms the matrix.SVGMatrix
SVGMatrix. flipY()
Transforms the matrix.SVGMatrix
SVGSVGElement. getScreenCTM()
Creates a newSVGMatrix
.SVGMatrix
SVGMatrix. inverse()
Transforms the matrix.SVGMatrix
SVGMatrix. multiply(SVGMatrix by)
Transforms the matrix.SVGMatrix
SVGMatrix. rotate(double angle)
Rotates the matrix.SVGMatrix
SVGMatrix. rotateFromVector(double x, double y)
Transforms the matrix.SVGMatrix
SVGMatrix. scale(double factor)
Transforms the matrix.SVGMatrix
SVGMatrix. scaleNonUniform(double factorX, double factorY)
Transforms the matrix.SVGMatrix
SVGMatrix. skewX(double angle)
Transforms the matrix.SVGMatrix
SVGMatrix. skewY(double angle)
Transforms the matrix.SVGMatrix
SVGMatrix. translate(double x, double y)
Translates the matrix.Methods in org.htmlunit.javascript.host.svg with parameters of type SVGMatrix Modifier and Type Method Description SVGMatrix
SVGMatrix. multiply(SVGMatrix by)
Transforms the matrix.
-