Class SVGOMAnimatedPreserveAspectRatio

    • Constructor Detail

      • SVGOMAnimatedPreserveAspectRatio

        public SVGOMAnimatedPreserveAspectRatio​(AbstractElement elt)
        Creates a new SVGOMAnimatedPreserveAspectRatio.
        Parameters:
        elt - The associated element.
    • Method Detail

      • getBaseVal

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

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