org.jfree.xml.writer.coretypes
Class Point2DWriteHandler

java.lang.Object
  extended byorg.jfree.xml.writer.AbstractXmlWriteHandler
      extended byorg.jfree.xml.writer.coretypes.Point2DWriteHandler
All Implemented Interfaces:
XmlWriteHandler

public class Point2DWriteHandler
extends AbstractXmlWriteHandler

A handler for writing a Point2D object.


Constructor Summary
Point2DWriteHandler()
          Default constructor.
 
Method Summary
 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 single object.
 
Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler
getRootHandler, setRootHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2DWriteHandler

public Point2DWriteHandler()
Default constructor.

Method Detail

write

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
Performs the writing of a single object.

Parameters:
tagName -
object -
writer -
mPlexAttribute - the multiplexer selector attribute name.
mPlexValue - the multiplexers attribute value corresponding to this object type.
Throws:
java.io.IOException
XMLWriterException