org.jfree.xml.parser.coretypes
public class ColorReadHandler extends AbstractXmlReadHandler
| Constructor Summary | |
|---|---|
| ColorReadHandler()
Creates a new handler. | |
| Method Summary | |
|---|---|
| Object | getObject()
Returns the color under construction.
|
| protected void | startParsing(Attributes attrs)
Called at the start of parsing a Color element, this method reads the attributes and
constructs the Color.
|
Returns: the color.
Parameters: attrs the attributes.
Throws: SAXException to indicate a parsing error.