Package org.jfree.xml.writer.coretypes
Class Rectangle2DWriteHandler
- java.lang.Object
-
- org.jfree.xml.writer.AbstractXmlWriteHandler
-
- org.jfree.xml.writer.coretypes.Rectangle2DWriteHandler
-
- All Implemented Interfaces:
XmlWriteHandler
public class Rectangle2DWriteHandler extends AbstractXmlWriteHandler
A handler for writing aRectangle2D
object.
-
-
Constructor Summary
Constructors Constructor Description Rectangle2DWriteHandler()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a single object.-
Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler
getRootHandler, setRootHandler
-
-
-
-
Method Detail
-
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
- theRectangle2D
object.writer
- the writer.mPlexAttribute
- ??.mPlexValue
- ??.- Throws:
IOException
- if there is an I/O error.XMLWriterException
- if there is a writer error.
-
-