Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.Point2DReadHandler
public class Point2DReadHandler
extends AbstractXmlReadHandler
Point2D
objects from an XML element.
Constructor Summary | |
|
Method Summary | |
Object |
|
Point2D |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters , doneParsing , endElement , getHandlerForChild , getRootHandler , getTagName , init , startElement , startParsing |
public Object getObject()
Returns the point under construction.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- the point.
protected void startParsing(Attributes attrs) throws SAXException
At the start of parsing, the attributes are read and used to construct the point.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.