org.jfree.xml.parser.coretypes
public class Point2DReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
Point2DReadHandler()
Creates a new handler. |
Method Summary | |
---|---|
Object | getObject()
Returns the point under construction.
|
Point2D | getPoint2D()
Returns the point under construction.
|
protected void | startParsing(Attributes attrs)
At the start of parsing, the attributes are read and used to construct the point.
|
Returns: the point.
Returns: the point.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.