|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.Point2DReadHandler
public class Point2DReadHandler
A SAX handler for reading Point2D objects from an XML element.
| 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. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point2DReadHandler()
| Method Detail |
|---|
protected void startParsing(Attributes attrs)
throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.
SAXException - if there is a parsing error.public Point2D getPoint2D()
public Object getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||