public class Rectangle2DWriteHandler extends AbstractXmlWriteHandler
Rectangle2D object.| Constructor and Description |
|---|
Rectangle2DWriteHandler()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.lang.String tagName,
java.lang.Object object,
XMLWriter writer,
java.lang.String mPlexAttribute,
java.lang.String mPlexValue)
Performs the writing of a single object.
|
getRootHandler, setRootHandlerpublic Rectangle2DWriteHandler()
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
tagName - the tag name.object - the Rectangle2D object.writer - the writer.mPlexAttribute - ??.mPlexValue - ??.java.io.IOException - if there is an I/O error.XMLWriterException - if there is a writer error.