DroidDiagram Programmer's Guide
NodeEffect Class
See Also
 






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

 Syntax

Java  Copy Code

public abstract class NodeEffect implements Externalizable, Cloneable, NotifyPropertyChanged

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.NodeEffect
        com.mindfusion.diagramming.AeroEffect
        com.mindfusion.diagramming.GlassEffect

 See Also

NodeEffect Members
com.mindfusion.diagramming Namespace