org.jfree.xml.parser.coretypes

Class Rectangle2DReadHandler

public class Rectangle2DReadHandler extends AbstractXmlReadHandler

A handler for reading a Rectangle2D object.
Constructor Summary
Rectangle2DReadHandler()
Default constructor.
Method Summary
ObjectgetObject()
Returns the object under construction.
protected voidstartParsing(Attributes attrs)
Begins parsing.

Constructor Detail

Rectangle2DReadHandler

public Rectangle2DReadHandler()
Default constructor.

Method Detail

getObject

public Object getObject()
Returns the object under construction.

Returns: The object.

startParsing

protected void startParsing(Attributes attrs)
Begins parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.