java.lang.Cloneable
Size2D
, StandardGradientPaintTransformer
public interface PublicCloneable extends java.lang.Cloneable
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Returns a clone of the object.
|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if cloning is not supported for some reason.