Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-