org.jfree.xml.writer.coretypes

Class BasicStrokeWriteHandler

Implemented Interfaces:
XmlWriteHandler

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

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

Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler

getRootHandler, setRootHandler

Constructor Details

BasicStrokeWriteHandler

public BasicStrokeWriteHandler()
Creates a new handler.

Method Details

write

public void write(String tagName,
                  Object object,
                  XMLWriter writer,
                  String mPlexAttribute,
                  String mPlexValue)
            throws IOException,
                   XMLWriterException
Performs the writing of a single object.
Specified by:
write in interface XmlWriteHandler
Parameters:
tagName - the tag name.
object - the object (BasicStroke expected).
writer - the writer.
mPlexAttribute - ??
mPlexValue - ??
Throws:
XMLWriterException - if there is a problem with the writer.