Class SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList

    • Field Detail

      • missing

        protected boolean missing
        Whether the attribute is missing.
      • malformed

        protected boolean malformed
        Whether the attribute is malformed.
    • Constructor Detail

      • NormalizedBaseSVGPathSegList

        public NormalizedBaseSVGPathSegList()
    • Method Detail

      • createDOMException

        protected org.w3c.dom.DOMException createDOMException​(short type,
                                                              java.lang.String key,
                                                              java.lang.Object[] args)
        Create a DOMException.
        Specified by:
        createDOMException in class AbstractSVGList
      • createSVGException

        protected org.w3c.dom.svg.SVGException createSVGException​(short type,
                                                                  java.lang.String key,
                                                                  java.lang.Object[] args)
        Create a SVGException.
        Specified by:
        createSVGException in class AbstractSVGPathSegList
        Returns:
        SVGException
      • getValueAsString

        protected java.lang.String getValueAsString()
                                             throws org.w3c.dom.svg.SVGException
        Returns the value of the DOM attribute containing the path data.
        Specified by:
        getValueAsString in class AbstractSVGList
        Throws:
        org.w3c.dom.svg.SVGException
      • setAttributeValue

        protected void setAttributeValue​(java.lang.String value)
        Sets the DOM attribute value containing the path data.
        Specified by:
        setAttributeValue in class AbstractSVGList
        Parameters:
        value - the String representation of the list, or null if the list contains no items