Class SVGOMAnimatedPoints

  • All Implemented Interfaces:
    AnimatedLiveAttributeValue, LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedPoints

    public class SVGOMAnimatedPoints
    extends AbstractSVGAnimatedValue
    implements org.w3c.dom.svg.SVGAnimatedPoints
    This class is the implementation of the SVGAnimatedPoints interface.
    Version:
    $Id: SVGOMAnimatedPoints.java 1804130 2017-08-04 14:41:11Z ssteiner $
    • Constructor Detail

      • SVGOMAnimatedPoints

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

      • getPoints

        public org.w3c.dom.svg.SVGPointList getPoints()
        DOM: Implements SVGAnimatedPoints.getPoints().
        Specified by:
        getPoints in interface org.w3c.dom.svg.SVGAnimatedPoints
      • getAnimatedPoints

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