public class ColorWriteHandler extends AbstractXmlWriteHandler
Color object.| Constructor and Description |
|---|
ColorWriteHandler()
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
Color object. |
getRootHandler, setRootHandlerpublic ColorWriteHandler()
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
Color object.tagName - the tag name.object - the Color object.writer - the writer.mPlexAttribute - ??.mPlexValue - ??.java.io.IOException - if there is an I/O error.XMLWriterException - if there is a writer error.