Package org.jfree.xml.parser.coretypes
Class Rectangle2DReadHandler
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.Rectangle2DReadHandler
- All Implemented Interfaces:
XmlReadHandler
A handler for reading a
Rectangle2D
object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the object under construction.protected void
startParsing
(Attributes attrs) Begins parsing.Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
-
Constructor Details
-
Rectangle2DReadHandler
public Rectangle2DReadHandler()Default constructor.
-
-
Method Details
-
startParsing
Begins parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getObject
Returns the object under construction.- Returns:
- The object.
-