org.jfree.xml.writer.coretypes

Class Point2DWriteHandler

Implemented Interfaces:
XmlWriteHandler

public class Point2DWriteHandler
extends AbstractXmlWriteHandler

A handler for writing a Point2D object.

Constructor Summary

Point2DWriteHandler()
Default constructor.

Method Summary

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

Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler

getRootHandler, setRootHandler

Constructor Details

Point2DWriteHandler

public Point2DWriteHandler()
Default constructor.

Method Details

write

public void write(String tagName,
                  Object object,
                  XMLWriter writer,
                  String mPlexAttribute,
                  String mPlexValue)
            throws IOException,
                   XMLWriterException
Performs the writing of a Point2D object.
Specified by:
write in interface XmlWriteHandler
Parameters:
tagName - the tag name.
object - the Point2D object.
writer - the writer.
mPlexAttribute - ??.
mPlexValue - ??.
Throws:
XMLWriterException - if there is a writer error.