yFiles FLEX 1.6 API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ICloneable
Methods
Package
com.yworks.support
Interface
public interface ICloneable
Implementors
CloneableBitmap
,
CloneableSpriteAsset
,
LineType
Interface for Objects which can create a clone of themselves.
Public Methods
Method
Defined 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.
Mon Jul 25 2011, 11:01 AM +02:00