Class SVGOMAnimatedTransformList

    • Constructor Detail

      • SVGOMAnimatedTransformList

        public SVGOMAnimatedTransformList​(AbstractElement elt,
                                          java.lang.String ns,
                                          java.lang.String ln,
                                          java.lang.String defaultValue)
        Creates a new SVGOMAnimatedTransformList.
        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.
    • Method Detail

      • getBaseVal

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

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

        public void check()
        Throws an exception if the points 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