public class FontWriteHandler extends AbstractXmlWriteHandler
Font objects.| Constructor and Description |
|---|
FontWriteHandler()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.lang.String tagName,
java.lang.Object object,
XMLWriter writer,
java.lang.String mPlexAttribute,
java.lang.String mPlexValue)
Performs the writing of a
Font object. |
getRootHandler, setRootHandlerpublic FontWriteHandler()
public void write(java.lang.String tagName, java.lang.Object object, XMLWriter writer, java.lang.String mPlexAttribute, java.lang.String mPlexValue) throws java.io.IOException, XMLWriterException
Font object.tagName - the tag name.object - the Font object.writer - the writer.mPlexAttribute - ??.mPlexValue - ??.java.io.IOException - if there is an I/O error.XMLWriterException - if there is a writer error.