org.apache.batik.dom.svg
Class SVGOMMatrix
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGMatrix
org.apache.batik.dom.svg.SVGOMMatrix
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGMatrix
public class SVGOMMatrix
- extends AbstractSVGMatrix
This class provides an implementation of the SVGMatrix
interface.
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGMatrix |
flipX, flipY, getA, getB, getC, getD, getE, getF, inverse, multiply, rotate, rotateFromVector, scale, scaleNonUniform, setA, setB, setC, setD, setE, setF, skewX, skewY, translate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
affineTransform
protected AffineTransform affineTransform
- The AffineTransform used to implement the matrix.
SVGOMMatrix
public SVGOMMatrix(AffineTransform at)
- Creates a new SVGMatrix.
getAffineTransform
protected AffineTransform getAffineTransform()
- Returns the associated AffineTransform.
- Specified by:
getAffineTransform
in class AbstractSVGMatrix
Copyright © 2008 Apache Software Foundation. All Rights Reserved.