Uses of Interface
org.w3c.dom.svg.SVGMatrix

Packages that use SVGMatrix
org.w3c.dom.svg   
 

Uses of SVGMatrix in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGMatrix
 SVGMatrix SVGSVGElement.createSVGMatrix()
           
 SVGMatrix SVGMatrix.flipX()
           
 SVGMatrix SVGMatrix.flipY()
           
 SVGMatrix SVGLocatable.getCTM()
           
 SVGMatrix SVGTransform.getMatrix()
           
 SVGMatrix SVGLocatable.getScreenCTM()
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.multiply(SVGMatrix secondMatrix)
           
 SVGMatrix SVGMatrix.rotate(float angle)
           
 SVGMatrix SVGMatrix.rotateFromVector(float x, float y)
           
 SVGMatrix SVGMatrix.scale(float scaleFactor)
           
 SVGMatrix SVGMatrix.scaleNonUniform(float scaleFactorX, float scaleFactorY)
           
 SVGMatrix SVGMatrix.skewX(float angle)
           
 SVGMatrix SVGMatrix.skewY(float angle)
           
 SVGMatrix SVGMatrix.translate(float x, float y)
           
 

Methods in org.w3c.dom.svg with parameters of type SVGMatrix
 SVGTransform SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix matrix)
           
 SVGTransform SVGTransformList.createSVGTransformFromMatrix(SVGMatrix matrix)
           
 SVGPoint SVGPoint.matrixTransform(SVGMatrix matrix)
           
 SVGMatrix SVGMatrix.multiply(SVGMatrix secondMatrix)
           
 void SVGTransform.setMatrix(SVGMatrix matrix)