org.jfree.xml.writer.coretypes
Class BasicStrokeWriteHandler
- XmlWriteHandler
A handler that can write the XML description for a BasicStroke
object.
void | write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) - Performs the writing of a single object.
|
write
public void write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
throws IOException,
XMLWriterException
Performs the writing of a single object.
- write in interface XmlWriteHandler
tagName
- the tag name.object
- the object (BasicStroke
expected).writer
- the writer.mPlexAttribute
- ??mPlexValue
- ??