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.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public DiagramLink ( |
An DiagramLink instance whose attributes arecopied to this link.
A DiagramNode -derived object representing thelink origin node.
A DiagramNode -derived object representing thelink destination node.