Represents the base class of all visual effects that can be applied to the nodes in a Diagram. Effects can be applied by adding instances of the concrete effect classes to the Diagram.getNodeEffects collection of the Diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public abstract class NodeEffect implements Externalizable, Cloneable, NotifyPropertyChanged |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.NodeEffect
com.mindfusion.diagramming.AeroEffect
com.mindfusion.diagramming.GlassEffect
See Also