org.jfree.util

Interface PublicCloneable

public interface PublicCloneable extends Cloneable

An interface that exposes the clone() method.

Author: David Gilbert

Method Summary
Objectclone()
Returns a clone of the object.

Method Detail

clone

public Object clone()
Returns a clone of the object.

Returns: A clone.

Throws: CloneNotSupportedException if cloning is not supported for some reason.