DroidDiagram Programmer's Guide
ShapeNode.createConnectionPoint Method
See Also
 






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

 Syntax

Java  Copy Code

protected ConnectionPoint createConnectionPoint (
    DiagramLink link,
    PointF pt,
    boolean incoming
)

 Parameters

link
A DiagramLink that should be connected to this node.
pt
The point at which the link should be connected.
incoming
true if the link is an incoming link; otherwise, false.

 Return Value

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace