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.CloneableAn interface that exposes the clone() method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()Returns a clone of the object.
-