Search
Diagram.getNodeEffects Method
See Also
 

Gets a collection with all effects applied to the nodes of this diagram.

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

 Syntax

Java  Copy Code

public List<NodeEffect> getNodeEffects ()

 Return Value

A list of NodeEffect objects.

 See Also