org.jfree.xml.writer.coretypes
public class InsetsWriteHandler extends AbstractXmlWriteHandler
| Constructor Summary | |
|---|---|
| InsetsWriteHandler()
Default constructor. | |
| Method Summary | |
|---|---|
| void | write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a Insets object.
|
Parameters: tagName the tag name. object the Insets object. writer the writer. mPlexAttribute ??. mPlexValue ??.
Throws: IOException if there is an I/O error. XMLWriterException if there is a writer error.