org.jfree.xml.writer.coretypes

Class ColorWriteHandler

public class ColorWriteHandler extends AbstractXmlWriteHandler

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

Constructor Detail

ColorWriteHandler

public ColorWriteHandler()
Default constructor.

Method Detail

write

public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a Color object.

Parameters: tagName the tag name. object the Color object. writer the writer. mPlexAttribute ??. mPlexValue ??.

Throws: IOException if there is an I/O error. XMLWriterException if there is a writer error.