org.jfree.xml.parser.coretypes
Class ColorReadHandler
- XmlReadHandler
A SAX handler for reading Color
objects from an XML element.
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 .
|
startParsing
protected void startParsing(Attributes attrs)
throws SAXException
Called at the start of parsing a Color
element, this method reads the attributes and
constructs the Color
.
- startParsing in interface AbstractXmlReadHandler