public class ColorWriteHandler extends AbstractXmlWriteHandler
Color
object.Constructor and Description |
---|
ColorWriteHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
Performs the writing of a
Color object. |
getRootHandler, setRootHandler
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
Color
object.tagName
- the tag name.object
- the Color
object.writer
- the writer.mPlexAttribute
- ??.mPlexValue
- ??.IOException
- if there is an I/O error.XMLWriterException
- if there is a writer error.Copyright © 2001–2018 JFree.org. All rights reserved.