Class BasicStrokeReadHandler

    • Method Detail

      • startParsing

        protected void startParsing​(org.xml.sax.Attributes attrs)
                             throws org.xml.sax.SAXException
        Called at the start of parsing a BasicStroke element, this method reads the attributes and constructs the stroke.
        Overrides:
        startParsing in class AbstractXmlReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        org.xml.sax.SAXException - to indicate a parsing error.
      • getObject

        public java.lang.Object getObject()
        Returns the stroke under construction.
        Returns:
        the stroke.