org.jfree.xml.writer.coretypes
Class FontWriteHandler
java.lang.Object
org.jfree.xml.writer.AbstractXmlWriteHandler
org.jfree.xml.writer.coretypes.FontWriteHandler
- All Implemented Interfaces:
- XmlWriteHandler
public class FontWriteHandler
- extends AbstractXmlWriteHandler
A handler for writing Font
objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontWriteHandler
public FontWriteHandler()
- Default constructor.
write
public void write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
throws IOException,
XMLWriterException
- 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.
Copyright © 2001-2012 JFree.org. All Rights Reserved.