DroidDiagram Programmer's Guide
DiagramLinkState Class
See Also
 






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

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

 Syntax

Java  Copy Code

public class DiagramLinkState extends DiagramItemState

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.DiagramItemState
        com.mindfusion.diagramming.DiagramLinkState

 See Also

DiagramLinkState Members
com.mindfusion.diagramming Namespace