Class SVGOMAnimatedNumberList

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

public class SVGOMAnimatedNumberList extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedNumberList
This class is the implementation of the SVGAnimatedNumberList interface.
  • Field Details

  • Constructor Details

    • SVGOMAnimatedNumberList

      public SVGOMAnimatedNumberList(AbstractElement elt, String ns, String ln, String defaultValue, boolean emptyAllowed)
      Creates a new SVGOMAnimatedNumberList.
      Parameters:
      elt - The associated element.
      ns - The attribute's namespace URI.
      ln - The attribute's local name.
      defaultValue - The default value if the attribute is not specified.
      emptyAllowed - Whether an empty number list is allowed.
  • Method Details