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