Class SVGOMMatrix

  • All Implemented Interfaces:
    org.w3c.dom.svg.SVGMatrix

    public class SVGOMMatrix
    extends AbstractSVGMatrix
    This class provides an implementation of the SVGMatrix interface.
    Version:
    $Id: SVGOMMatrix.java 1733416 2016-03-03 07:07:13Z gadams $
    • 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.
        Specified by:
        getAffineTransform in class AbstractSVGMatrix