com.mindfusion.diagramming
Class DiagramLinkState

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

public class DiagramLinkState
extends DiagramItemState

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 DiagramLink.createState(), DiagramLink.saveState(com.mindfusion.diagramming.DiagramItemState) and DiagramLink.restoreState(com.mindfusion.diagramming.DiagramItemState) methods.


Field Summary
 
Fields inherited from class com.mindfusion.diagramming.DiagramItemState
item
 
Constructor Summary
DiagramLinkState(DiagramLink link)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagramLinkState

public DiagramLinkState(DiagramLink link)