public class GradientPaintWriteHandler extends AbstractXmlWriteHandler
GradientPaint objects.| Constructor and Description |
|---|
GradientPaintWriteHandler()
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
GradientPaint object. |
getRootHandler, setRootHandlerpublic GradientPaintWriteHandler()
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
GradientPaint object.tagName - the tag name.object - the GradientPaint object.writer - the writer.mPlexAttribute - ??.mPlexValue - ??.IOException - if there is an I/O error.XMLWriterException - if there is a writer error.Copyright © 2009-2012 jtstand.com. All Rights Reserved.