DroidDiagram Programmer's Guide
InteractionState.setLinkTarget Method
See Also
 






Sets the current target node when a link is being modified

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

 Syntax

Java  Copy Code

public void setLinkTarget (
    DiagramNode value
)

 Parameters

value

A DiagramNode that the currently modified DiagramLink should connect to if the interaction completes at the current pointer position.

 See Also

InteractionState Members
InteractionState Class
com.mindfusion.diagramming Namespace