org.jfree.util

Interface PublicCloneable

All Superinterfaces:
Cloneable
Known Implementing Classes:
Size2D, StandardGradientPaintTransformer

public interface PublicCloneable
extends Cloneable

An interface that exposes the clone() method.
Author:
David Gilbert

Method Summary

Object
clone()
Returns a clone of the object.

Method Details

clone

public Object clone()
            throws CloneNotSupportedException
Returns a clone of the object.
Returns:
A clone.