org.jfree.xml.parser.coretypes
public class RenderingHintValueReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
RenderingHintValueReadHandler()
Creates a new read handler. |
Method Summary | |
---|---|
Object | getKey()
Returns the key.
|
Object | getObject()
Returns the object for this element.
|
Object | getValue()
Returns the value.
|
protected void | startParsing(Attributes attrs)
Starts parsing.
|
Returns: the key.
Returns: the object.
Throws: XmlReaderException if there is a parsing error.
Returns: the value.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.