org.jfree.xml.writer.coretypes

Class InsetsWriteHandler

public class InsetsWriteHandler extends AbstractXmlWriteHandler

A handler for writing an Insets object.
Constructor Summary
InsetsWriteHandler()
Default constructor.
Method Summary
voidwrite(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a Insets object.

Constructor Detail

InsetsWriteHandler

public InsetsWriteHandler()
Default constructor.

Method Detail

write

public 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.