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