Package org.jfree.util
Interface PublicCloneable
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
HierarchicalConfiguration
,PackageManager.PackageConfiguration
,PropertyFileConfiguration
,Size2D
,StandardGradientPaintTransformer
,SystemPropertyConfiguration
An interface that exposes the clone() method.
-
Method Summary
-
Method Details
-
clone
Returns a clone of the object.- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- if cloning is not supported for some reason.
-