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.createSVGMatrixComponents(float a, float b, float c, float d, float e, float f)
           
 SVGMatrix SVGElement.getMatrixTrait(String name)
           
 SVGMatrix SVGLocatableElement.getScreenCTM()
           
 SVGMatrix SVGMatrix.inverse()
           
 SVGMatrix SVGMatrix.mMultiply(SVGMatrix secondMatrix)
           
 SVGMatrix SVGMatrix.mRotate(float angle)
           
 SVGMatrix SVGMatrix.mScale(float scaleFactor)
           
 SVGMatrix SVGMatrix.mTranslate(float x, float y)
           
 

Methods in org.w3c.dom.svg with parameters of type SVGMatrix
 SVGMatrix SVGMatrix.mMultiply(SVGMatrix secondMatrix)
           
 void SVGElement.setMatrixTrait(String name, SVGMatrix matrix)
           
 



Copyright © 2010 JSRs for Android team. All Rights Reserved.