Class SVGOMAnimatedNumberList

    • Constructor Detail

      • SVGOMAnimatedNumberList

        public SVGOMAnimatedNumberList​(AbstractElement elt,
                                       java.lang.String ns,
                                       java.lang.String ln,
                                       java.lang.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 Detail

      • getBaseVal

        public org.w3c.dom.svg.SVGNumberList getBaseVal()
        DOM: Implements SVGAnimatedNumberList.getBaseVal().
        Specified by:
        getBaseVal in interface org.w3c.dom.svg.SVGAnimatedNumberList
      • getAnimVal

        public org.w3c.dom.svg.SVGNumberList getAnimVal()
        DOM: Implements SVGAnimatedNumberList.getAnimVal().
        Specified by:
        getAnimVal in interface org.w3c.dom.svg.SVGAnimatedNumberList
      • check

        public void check()
        Throws an exception if the number list value is malformed.
      • attrAdded

        public void attrAdded​(org.w3c.dom.Attr node,
                              java.lang.String newv)
        Called when an Attr node has been added.
        Specified by:
        attrAdded in interface LiveAttributeValue
      • attrModified

        public void attrModified​(org.w3c.dom.Attr node,
                                 java.lang.String oldv,
                                 java.lang.String newv)
        Called when an Attr node has been modified.
        Specified by:
        attrModified in interface LiveAttributeValue
      • attrRemoved

        public void attrRemoved​(org.w3c.dom.Attr node,
                                java.lang.String oldv)
        Called when an Attr node has been removed.
        Specified by:
        attrRemoved in interface LiveAttributeValue