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 SVGOMTextElement.getCTM()
          DOM: Implements SVGLocatable.getCTM().
 SVGMatrix SVGOMTextElement.getScreenCTM()
          DOM: Implements SVGLocatable.getScreenCTM().
 SVGMatrix SVGOMTextElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 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 SVGClippingMaskingElement.getCTM()
          DOM: Implements SVGLocatable.getCTM().
 SVGMatrix SVGClippingMaskingElement.getScreenCTM()
          DOM: Implements SVGLocatable.getScreenCTM().
 SVGMatrix SVGClippingMaskingElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGTransformableSupport.getCTM(Element elt)
          To implement SVGLocatable.getCTM().
 SVGMatrix SVGTransformableSupport.getScreenCTM(Element elt)
          To implement SVGLocatable.getScreenCTM().
 SVGMatrix SVGTransformableSupport.getTransformToElement(SVGElement element, Element elt)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 SVGMatrix SVGOMSVGElement.createSVGMatrix()
           
 SVGMatrix SVGOMSVGElement.getCTM()
           
 SVGMatrix SVGOMSVGElement.getScreenCTM()
           
 SVGMatrix SVGOMSVGElement.getTransformToElement(SVGElement element)
           
 SVGMatrix SVGOMFEImageElement.getCTM()
          DOM: Implements SVGLocatable.getCTM().
 SVGMatrix SVGOMFEImageElement.getScreenCTM()
          DOM: Implements SVGLocatable.getScreenCTM().
 SVGMatrix SVGOMFEImageElement.getTransformToElement(SVGElement element)
          DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
 

Methods in org.apache.batik.dom.svg with parameters of type SVGMatrix
 SVGTransform SVGOMTransformList.createSVGTransformFromMatrix(SVGMatrix matrix)
          DOM: Implements SVGTransformList.createSVGTransformFromMatrix(SVGMatrix).
 SVGTransform SVGOMSVGElement.createSVGTransformFromMatrix(SVGMatrix matrix)
           
 

Uses of SVGMatrix in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGMatrix
 SVGMatrix SVGTransform.getMatrix()
           
 SVGMatrix SVGLocatable.getCTM()
           
 SVGMatrix SVGLocatable.getScreenCTM()
           
 SVGMatrix SVGLocatable.getTransformToElement(SVGElement element)
           
 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 SVGSVGElement.createSVGMatrix()
           
 

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



Copyright © 2000 Apache Software Foundation. All Rights Reserved.