DroidDiagram Programmer's Guide
DiagramNode.setAllowIncomingLinks Method
See Also
 






Sets a value indicating whether users are allowed to draw links to this node.

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

 Syntax

Java  Copy Code

public void setAllowIncomingLinks (
    boolean value
)

 Parameters

value

true if incoming links can be drawn to this node, otherwise false.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace