Class SVGOMAnimatedRect

java.lang.Object
org.apache.batik.anim.dom.AbstractSVGAnimatedValue
org.apache.batik.anim.dom.SVGOMAnimatedRect
All Implemented Interfaces:
AnimatedLiveAttributeValue, LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedRect

public class SVGOMAnimatedRect extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedRect
Implementation of SVGAnimatedRect.
Version:
$Id: SVGOMAnimatedRect.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

  • Constructor Details

    • SVGOMAnimatedRect

      public SVGOMAnimatedRect(AbstractElement elt, String ns, String ln, String def)
      Creates a new SVGOMAnimatedRect.
      Parameters:
      elt - The associated element.
      ns - The attribute's namespace URI.
      ln - The attribute's local name.
      def - The default value for the attribute.
  • Method Details