DroidDiagram Programmer's Guide
Factory.createDiagramLink Method (DiagramNode, DiagramNode)
See Also
 






Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram. The method creates a link connecting the nodes specified by origin and destination.

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

 Syntax

Java  Copy Code

public DiagramLink createDiagramLink (
    DiagramNode origin,
    DiagramNode destination
)

 Parameters

origin

The origin node.

destination

The destination node.

 Return Value

The newly created DiagramLink instance.

 See Also

createDiagramLink Method Overload List
Factory Members
Factory Class
com.mindfusion.diagramming Namespace