org.jfree.xml.writer.coretypes

Class Rectangle2DWriteHandler

public class Rectangle2DWriteHandler extends AbstractXmlWriteHandler

A handler for writing a Rectangle2D object.
Constructor Summary
Rectangle2DWriteHandler()
Default constructor.
Method Summary
voidwrite(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a single object.

Constructor Detail

Rectangle2DWriteHandler

public Rectangle2DWriteHandler()
Default constructor.

Method Detail

write

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

Parameters: tagName the tag name. object the Rectangle2D object. writer the writer. mPlexAttribute ??. mPlexValue ??.

Throws: IOException if there is an I/O error. XMLWriterException if there is a writer error.