DroidDiagram Programmer's Guide
Factory.createDiagramLink Method
See Also
 






 Overload List

Name Description

Factory.createDiagramLink (DiagramNode, DiagramNode)

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.

Factory.createDiagramLink (DiagramNode, Point2D)

Creates a new DiagramLink instance between the specified node and the specified point, and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (DiagramNode, TableNode, int)

Creates a new DiagramLink instance between the specified nodes and the specified table, and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (Point2D, DiagramNode)

Creates a new DiagramLink instance between the specified point and the specified node, and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (Point2D, Point2D)

Creates a new DiagramLink instance between the specified points and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (ShapeNode, int, ShapeNode, int)

Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (TableNode, int, DiagramNode)

Creates a new DiagramLink instance between the specified table and the specified node, and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (TableNode, int, TableNode, int)

Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (TableNode, TableNode)

Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.

Factory.createDiagramLink (TreeViewNode, TreeViewItem, TreeViewNode, TreeViewItem)

Creates a new DiagramLink instance between the specified tree items and adds it to the Diagram.getLinks collection of the underlying diagram.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace