Uses of Class
net.sf.latexdraw.parsers.svg.SVGMatrix

Packages that use SVGMatrix
net.sf.latexdraw.parsers.svg   
 

Uses of SVGMatrix in net.sf.latexdraw.parsers.svg
 

Fields in net.sf.latexdraw.parsers.svg declared as SVGMatrix
protected  SVGMatrix SVGTransform.matrix
          The matrix of the transformation.
 

Methods in net.sf.latexdraw.parsers.svg that return SVGMatrix
 SVGMatrix SVGTransformList.getGlobalTransformationMatrix()
           
 SVGMatrix SVGTransform.getMatrix()
           
 SVGMatrix SVGMatrix.multiply(SVGMatrix m)
           
 

Methods in net.sf.latexdraw.parsers.svg with parameters of type SVGMatrix
 SVGMatrix SVGMatrix.multiply(SVGMatrix m)