org.apache.batik.dom.svg

Class SVGOMMatrix

public class SVGOMMatrix extends AbstractSVGMatrix

This class provides an implementation of the org.w3c.dom.svg.SVGMatrix interface.
Field Summary
protected AffineTransformaffineTransform
The AffineTransform used to implement the matrix.
Constructor Summary
SVGOMMatrix(AffineTransform at)
Creates a new SVGMatrix.
Method Summary
protected AffineTransformgetAffineTransform()
Returns the associated AffineTransform.

Field Detail

affineTransform

protected AffineTransform affineTransform
The AffineTransform used to implement the matrix.

Constructor Detail

SVGOMMatrix

public SVGOMMatrix(AffineTransform at)
Creates a new SVGMatrix.

Method Detail

getAffineTransform

protected AffineTransform getAffineTransform()
Returns the associated AffineTransform.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.