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






Initializes a new instance of the ConnectionPoint class between the specified node and link.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ConnectionPoint (
    DiagramNode node,
    DiagramLink link,
    boolean incoming
)

 Parameters

node

The node whose connection to a link is managed by this ConnectionPoint.

link

The link whose connection to a node is managed by this ConnectionPoint.

incoming

Specifies which end of the link is represented by this ConnectionPoint.

 See Also

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