Search
DiagramNodeState Class
See Also
 

Contains a snapshot of the internal state of a DiagramNode. Instances of this class are used to store the state of nodes for later undo or redo operations. If you derive from DiagramNode and need to implement undo support for the additional internal state defined by your class, do so by deriving from DiagramNodeState and overriding the DiagramNode.createState, DiagramNode.saveState and DiagramNode.restoreState methods.

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

 Syntax

Java  Copy Code

public class DiagramNodeState extends DiagramItemState

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.DiagramItemState
        com.mindfusion.diagramming.DiagramNodeState
            com.mindfusion.diagramming.ShapeNodeState

 See Also