Packagesystem
Interfacepublic interface Cloneable
Implementors ColorMatrix, Corner, Delegate, HTTPHost, MapEntry, NetServerConnection, ProxyArray, TweenEntry

Supports cloning, which creates a new instance of a class with the same value as an existing instance.



Public Methods
 MethodDefined By
  
clone():*
Creates and returns a shallow copy of the object.
Cloneable
Method Detail
clone()method
public function clone():*

Creates and returns a shallow copy of the object.

Returns
* — A new object that is a shallow copy of this instance.