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