public class ColorReadHandler extends AbstractXmlReadHandler
Color objects from an XML element.| Constructor and Description |
|---|
ColorReadHandler()
Creates a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
Returns the color under construction.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementprotected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
Color element, this method reads the attributes and
constructs the Color.startParsing in class AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - to indicate a parsing error.public Object getObject()
Copyright © 2001-2014 JFree.org. All Rights Reserved.