public class Point2DWriteHandler extends AbstractXmlWriteHandler
Point2D
object.Constructor and Description |
---|
Point2DWriteHandler()
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
Point2D object. |
getRootHandler, setRootHandler
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
Point2D
object.tagName
- the tag name.object
- the Point2D
object.writer
- the writer.mPlexAttribute
- ??.mPlexValue
- ??.IOException
- if there is an I/O error.XMLWriterException
- if there is a writer error.Copyright © 2001–2018 JFree.org. All rights reserved.