JCommon 1.0.17-redhat-2

org.jfree.util
Interface PublicCloneable

All Superinterfaces:
Cloneable
All Known Implementing Classes:
HierarchicalConfiguration, PackageManager.PackageConfiguration, PropertyFileConfiguration, Size2D, StandardGradientPaintTransformer, SystemPropertyConfiguration

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 Detail

clone

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

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

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.