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:
SVGMatrix

public class SVGOMMatrix
extends AbstractSVGMatrix

This class provides an implementation of the SVGMatrix interface.


Field Summary
protected  java.awt.geom.AffineTransform affineTransform
          The AffineTransform used to implement the matrix.
 
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGMatrix
FLIP_X_TRANSFORM, FLIP_Y_TRANSFORM
 
Constructor Summary
SVGOMMatrix(java.awt.geom.AffineTransform at)
          Creates a new SVGMatrix.
 
Method Summary
protected  java.awt.geom.AffineTransform getAffineTransform()
          Returns the associated AffineTransform.
 
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
 

Field Detail

affineTransform

protected java.awt.geom.AffineTransform affineTransform
The AffineTransform used to implement the matrix.
Constructor Detail

SVGOMMatrix

public SVGOMMatrix(java.awt.geom.AffineTransform at)
Creates a new SVGMatrix.
Method Detail

getAffineTransform

protected java.awt.geom.AffineTransform getAffineTransform()
Returns the associated AffineTransform.
Overrides:
getAffineTransform in class AbstractSVGMatrix


Copyright © 2002 Apache Software Foundation. All Rights Reserved.