public class RenderingHintsWriteHandler extends AbstractXmlWriteHandler
RenderingHints
object.Constructor and Description |
---|
RenderingHintsWriteHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
Performs the writing of a single object.
|
getRootHandler, setRootHandler
public RenderingHintsWriteHandler()
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
tagName
- the tag name.object
- the object.writer
- the writer.mPlexAttribute
- ??.mPlexValue
- ??.IOException
- if there is an I/O error.XMLWriterException
- if there is a writer problem.Copyright © 2001–2018 JFree.org. All rights reserved.