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

Packages that use SVGMatrix
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGMatrix in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return SVGMatrix
 SVGMatrix SVGGraphicsElement.getCTM()
          DOM: Implements SVGLocatable.getCTM().
 SVGMatrix SVGGraphicsElement.getScreenCTM()
          DOM: Implements SVGLocatable.getScreenCTM().
 SVGMatrix SVGGraphicsElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGOMTextElement.getCTM()
          DOM: Implements SVGLocatable.getCTM().
 SVGMatrix SVGOMTextElement.getScreenCTM()
          DOM: Implements SVGLocatable.getScreenCTM().
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
static SVGMatrix SVGLocatableSupport.getCTM(Element elt)
          To implement SVGLocatable.getCTM().
static SVGMatrix SVGLocatableSupport.getScreenCTM(Element elt)
          To implement SVGLocatable.getScreenCTM().
static SVGMatrix SVGLocatableSupport.getTransformToElement(SVGElement element, Element elt)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGOMSVGElement.createSVGMatrix()
           
 SVGMatrix SVGOMSVGElement.getCTM()
           
 SVGMatrix SVGOMSVGElement.getScreenCTM()
           
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
           
 

Methods in org.apache.batik.dom.svg with parameters of type SVGMatrix
 SVGTransform SVGOMSVGElement.createSVGTransformFromMatrix(SVGMatrix matrix)
           
 

Uses of SVGMatrix in org.w3c.dom.svg
 

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

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



Copyright © 2001 Apache Software Foundation. All Rights Reserved.