org.jfree.util
Interface PublicCloneable

All Known Implementing Classes:
ObjectList, StandardGradientPaintTransformer

public interface PublicCloneable

An interface that exposes the clone() method.


Method Summary
 java.lang.Object clone()
          Returns a clone of the object.
 

Method Detail

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Returns a clone of the object.

Returns:
A clone.
Throws:
java.lang.CloneNotSupportedException - if cloning is not supported for some reason.