Class SVGOMAnimatedRect

    • Constructor Detail

      • SVGOMAnimatedRect

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

      • getBaseVal

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

        public org.w3c.dom.svg.SVGRect getAnimVal()
        DOM: Implements SVGAnimatedRect.getAnimVal().
        Specified by:
        getAnimVal in interface org.w3c.dom.svg.SVGAnimatedRect
      • 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