org.jfree.xml.writer.coretypes

Class BasicStrokeWriteHandler

public class BasicStrokeWriteHandler extends AbstractXmlWriteHandler

A handler that can write the XML description for a BasicStroke object.
Constructor Summary
BasicStrokeWriteHandler()
Creates a new handler.
Method Summary
voidwrite(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a single object.

Constructor Detail

BasicStrokeWriteHandler

public BasicStrokeWriteHandler()
Creates a new handler.

Method Detail

write

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

Parameters: tagName the tag name. object the object (BasicStroke expected). writer the writer. mPlexAttribute ?? mPlexValue ??

Throws: IOException if there is an I/O problem. XMLWriterException if there is a problem with the writer.