Search
NodeEffect.clone Method
See Also
 

Cloneable.clone implementation.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public abstract Object clone ()

 Return Value

A new effect that is a copy of this effect.

 See Also