DroidDiagram Programmer's Guide
DiagramLink Constructor
See Also
 






 Overload List

Name Description

DiagramLink ()

Used internally to implement serialization functionality.

DiagramLink (Diagram)

Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram.

DiagramLink (Diagram, DiagramNode, DiagramNode)

Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.

DiagramLink (Diagram, DiagramNode, Point2D)

Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.

DiagramLink (Diagram, Point2D, DiagramNode)

Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.

DiagramLink (Diagram, Point2D, Point2D)

Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified points as link's origin and destination.

DiagramLink (DiagramLink, DiagramNode, DiagramNode)

Initializes a new instance of the DiagramLink class by copying its properties from another link, and setting the specified nodes as link's origin and destination.

 See Also

DiagramLink Class
com.mindfusion.diagramming Namespace