org.jfree.xml.writer.coretypes

Class FontWriteHandler

Implemented Interfaces:
XmlWriteHandler

public class FontWriteHandler
extends AbstractXmlWriteHandler

A handler for writing Font objects.

Constructor Summary

FontWriteHandler()
Default constructor.

Method Summary

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

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

getRootHandler, setRootHandler

Constructor Details

FontWriteHandler

public FontWriteHandler()
Default constructor.

Method Details

write

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