org.jfree.xml.parser.coretypes
public class GradientPaintReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
GradientPaintReadHandler()
Creates a new handler. |
Method Summary | |
---|---|
protected void | doneParsing()
At the end of parsing the element, the gradient paint is constructed.
|
protected XmlReadHandler | getHandlerForChild(String tagName, Attributes atts)
Returns the handler for a child element.
|
Object | getObject()
Returns the gradient paint under construction.
|
Throws: XmlReaderException if there is a parsing error.
Parameters: tagName the tag name. atts the attributes.
Returns: the handler.
Throws: SAXException to indicate a parsing error. XmlReaderException if there is a reader error.
Returns: the gradient paint.