Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.svg.SVGMatrix

Packages that use SVGMatrix
com.gargoylesoftware.htmlunit.javascript.host.svg Implementations of the SVG JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of SVGMatrix in com.gargoylesoftware.htmlunit.javascript.host.svg
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.svg that return SVGMatrix
 SVGMatrix SVGSVGElement.createSVGMatrix()
          Creates a new SVGMatrix.
 SVGMatrix SVGMatrix.flipX()
          Transforms the matrix.
 SVGMatrix SVGMatrix.flipY()
          Transforms the matrix.
 SVGMatrix SVGSVGElement.getScreenCTM()
          Creates a new SVGMatrix.
 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 com.gargoylesoftware.htmlunit.javascript.host.svg with parameters of type SVGMatrix
 SVGMatrix SVGMatrix.multiply(SVGMatrix by)
          Transforms the matrix.
 



Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.