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 voidstartParsing(Attributes attrs) Begins parsing.Methods inherited from class AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
-
Constructor Details
-
Rectangle2DReadHandler
public Rectangle2DReadHandler()Default constructor.
-
-
Method Details
-
startParsing
Begins parsing.- Overrides:
startParsingin classAbstractXmlReadHandler- Parameters:
attrs- the attributes.- Throws:
SAXException- if there is a parsing error.
-
getObject
-