org.jfree.xml.writer.coretypes

Class FontWriteHandler

public class FontWriteHandler extends AbstractXmlWriteHandler

A handler for writing Font objects.
Constructor Summary
FontWriteHandler()
Default constructor.
Method Summary
voidwrite(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a Font object.

Constructor Detail

FontWriteHandler

public FontWriteHandler()
Default constructor.

Method Detail

write

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

Parameters: tagName the tag name. object the Font object. writer the writer. mPlexAttribute ??. mPlexValue ??.

Throws: IOException if there is an I/O error. XMLWriterException if there is a writer error.