Package org.jfree.util
Interface PublicCloneable
-
- All Superinterfaces:
java.lang.Cloneable
- All Known Implementing Classes:
HierarchicalConfiguration
,PackageManager.PackageConfiguration
,PropertyFileConfiguration
,Size2D
,StandardGradientPaintTransformer
,SystemPropertyConfiguration
public interface PublicCloneable extends java.lang.Cloneable
An interface that exposes the clone() method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
clone()
Returns a clone of the object.
-