|
JCommon 1.0.17-redhat-2 | |||||||||
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(org.xml.sax.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(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.
org.xml.sax.SAXException
- if there is a parsing error.public Point2D getPoint2D()
public Object getObject()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |