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 SVGMatrixSVGSVGElement. createSVGMatrix()Creates a newSVGMatrix.SVGMatrixSVGMatrix. flipX()Transforms the matrix.SVGMatrixSVGMatrix. flipY()Transforms the matrix.SVGMatrixSVGSVGElement. getScreenCTM()Creates a newSVGMatrix.SVGMatrixSVGMatrix. inverse()Transforms the matrix.SVGMatrixSVGMatrix. multiply(SVGMatrix by)Transforms the matrix.SVGMatrixSVGMatrix. rotate(double angle)Rotates the matrix.SVGMatrixSVGMatrix. rotateFromVector(double x, double y)Transforms the matrix.SVGMatrixSVGMatrix. scale(double factor)Transforms the matrix.SVGMatrixSVGMatrix. scaleNonUniform(double factorX, double factorY)Transforms the matrix.SVGMatrixSVGMatrix. skewX(double angle)Transforms the matrix.SVGMatrixSVGMatrix. skewY(double angle)Transforms the matrix.SVGMatrixSVGMatrix. 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 SVGMatrixSVGMatrix. multiply(SVGMatrix by)Transforms the matrix.
-