org.jfree.xml.parser.coretypes
public class BasicStrokeReadHandler extends AbstractXmlReadHandler
To do: this should have a multiplexer in front like the PaintReadHandler
Constructor Summary | |
---|---|
BasicStrokeReadHandler()
Creates a new handler. |
Method Summary | |
---|---|
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.
|
Returns: the stroke.
Parameters: attrs the attributes.
Throws: SAXException to indicate a parsing error.