Packagecom.yworks.support
Interfacepublic interface ICloneable
SubinterfacesILabelModelParameter, IVisualStyle
ImplementorsCloneableBitmap, CloneableSpriteAsset, LineType

Interface for Objects which can create a clone of themselves.



Public Methods
 MethodDefined by
  
clone():Object
Creates a clone of this instance.
ICloneable
Method detail
clone()method
public function clone():Object

Creates a clone of this instance.

Returns
Object — A clone of this instance.