org.jfree.xml.writer.coretypes

Class InsetsWriteHandler

Implemented Interfaces:
XmlWriteHandler

public class InsetsWriteHandler
extends AbstractXmlWriteHandler

A handler for writing an Insets object.

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.

Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler

getRootHandler, setRootHandler

Constructor Details

InsetsWriteHandler

public InsetsWriteHandler()
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 Insets object.
Specified by:
write in interface XmlWriteHandler
Parameters:
tagName - the tag name.
object - the Insets object.
writer - the writer.
mPlexAttribute - ??.
mPlexValue - ??.
Throws:
XMLWriterException - if there is a writer error.