| java.lang.Object org.jfree.report.util.serializers.Dimension2DSerializer
Dimension2DSerializer | public Dimension2DSerializer()(Code) | | Default Constructor.
|
getObjectClass | public Class getObjectClass()(Code) | | Returns the class of the object, which this object can serialize.
the class of java.awt.geom.Dimension2D. |
writeObject | public void writeObject(Object o, ObjectOutputStream out) throws IOException(Code) | | Writes a serializable object description to the given object output stream. This
method writes the width and the height of the dimension into the stream.
Parameters: o - the to be serialized object. Parameters: out - the outputstream that should receive the object. throws: IOException - if an I/O error occured. |
|
|