Java org.jfree.io SerialUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.io SerialUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.io SerialUtilities.

The text is from its open source code.

Method

PaintreadPaint(final ObjectInputStream stream)
Reads a Paint object that has been serialised by the SerialUtilities#writePaint(Paint,ObjectOutputStream) method.
Point2DreadPoint2D(final ObjectInputStream stream)
Reads a Point2D object that has been serialised by the #writePoint2D(Point2D,ObjectOutputStream) method.
ShapereadShape(final ObjectInputStream stream)
Reads a Shape object that has been serialised by the #writeShape(Shape,ObjectOutputStream) method.
StrokereadStroke(final ObjectInputStream stream)
Reads a Stroke object that has been serialised by the SerialUtilities#writeStroke(Stroke,ObjectOutputStream) method.
voidwritePaint(final Paint paint, final ObjectOutputStream stream)
Serialises a Paint object.
voidwritePoint2D(final Point2D p, final ObjectOutputStream stream)
Serialises a Point2D object.
voidwriteShape(final Shape shape, final ObjectOutputStream stream)
Serialises a Shape object.
voidwriteStroke(final Stroke stroke, final ObjectOutputStream stream)
Serialises a Stroke object.