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.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public DiagramLink ( |
A Diagram instance whose default linkattributes are copied to this link.
A DiagramNode -derived object representing thelink origin node.
A PointF object representing thelink destination point.