Class Rectangle2DWriteHandler
java.lang.Object
org.jfree.xml.writer.AbstractXmlWriteHandler
org.jfree.xml.writer.coretypes.Rectangle2DWriteHandler
- All Implemented Interfaces:
XmlWriteHandler
A handler for writing a
Rectangle2D object.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractXmlWriteHandler
getRootHandler, setRootHandler
-
Constructor Details
-
Rectangle2DWriteHandler
public Rectangle2DWriteHandler()Default constructor.
-
-
Method Details
-
write
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException Performs the writing of a single object.- Parameters:
tagName- the tag name.object- theRectangle2Dobject.writer- the writer.mPlexAttribute- ??.mPlexValue- ??.- Throws:
IOException- if there is an I/O error.XMLWriterException- if there is a writer error.
-