org.jfree.xml.parser.coretypes

Class InsetsReadHandler

public class InsetsReadHandler extends AbstractXmlReadHandler

A reader that can parse the XML element for an Insets object.
Constructor Summary
InsetsReadHandler()
Creates a new read handler.
Method Summary
ObjectgetObject()
Returns the object for this element.
protected voidstartParsing(Attributes attrs)
Begins parsing.

Constructor Detail

InsetsReadHandler

public InsetsReadHandler()
Creates a new read handler.

Method Detail

getObject

public Object getObject()
Returns the object for this element.

Returns: the object.

Throws: XmlReaderException never.

startParsing

protected void startParsing(Attributes attrs)
Begins parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing problem.