org.jfree.xml.parser.coretypes
Class BasicStrokeReadHandler
- XmlReadHandler
A SAX handler for reading a
BasicStroke
object from XML.
To do: this should have a multiplexer in front like the PaintReadHandler
Object | getObject() - Returns the stroke under construction.
|
protected void | startParsing(Attributes attrs) - Called at the start of parsing a
BasicStroke element, this method reads the
attributes and constructs the stroke.
|
startParsing
protected void startParsing(Attributes attrs)
throws SAXException
Called at the start of parsing a BasicStroke
element, this method reads the
attributes and constructs the stroke.
- startParsing in interface AbstractXmlReadHandler