DroidDiagram Programmer's Guide
DiagramLink Constructor (DiagramLink, DiagramNode, DiagramNode)
See Also
 






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

 Syntax

Java  Copy Code

public DiagramLink (
    DiagramLink prototype,
    DiagramNode src,
    DiagramNode dest
)

 Parameters

prototype

An DiagramLink instance whose attributes arecopied to this link.

src

A DiagramNode -derived object representing thelink origin node.

dest

A DiagramNode -derived object representing thelink destination node.

 See Also

DiagramLink Constructor Overload List
DiagramLink Class
com.mindfusion.diagramming Namespace