Package org.jfree.xml.writer.coretypes
Class Point2DWriteHandler
- java.lang.Object
-
- org.jfree.xml.writer.AbstractXmlWriteHandler
-
- org.jfree.xml.writer.coretypes.Point2DWriteHandler
-
- All Implemented Interfaces:
XmlWriteHandler
public class Point2DWriteHandler extends AbstractXmlWriteHandler
A handler for writing aPoint2Dobject.
-
-
Constructor Summary
Constructors Constructor Description Point2DWriteHandler()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(java.lang.String tagName, java.lang.Object object, XMLWriter writer, java.lang.String mPlexAttribute, java.lang.String mPlexValue)Performs the writing of aPoint2Dobject.-
Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler
getRootHandler, setRootHandler
-
-
-
-
Constructor Detail
-
Point2DWriteHandler
public Point2DWriteHandler()
Default constructor.
-
-
Method Detail
-
write
public void write(java.lang.String tagName, java.lang.Object object, XMLWriter writer, java.lang.String mPlexAttribute, java.lang.String mPlexValue) throws java.io.IOException, XMLWriterException
Performs the writing of aPoint2Dobject.- Parameters:
tagName- the tag name.object- thePoint2Dobject.writer- the writer.mPlexAttribute- ??.mPlexValue- ??.- Throws:
java.io.IOException- if there is an I/O error.XMLWriterException- if there is a writer error.
-
-