DroidDiagram Programmer's Guide
AnchorPoint.setAllowIncoming Method
See Also
 






Sets a value indicating whether this anchor point accepts incoming links.

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

 Syntax

Java  Copy Code

public void setAllowIncoming (
    boolean value
)

 Parameters

value
true if incoming links can connect to this point, or otherwise false.

 Remarks

true if incoming links can connect to this point, or otherwise false.

 See Also

AnchorPoint Members
AnchorPoint Class
com.mindfusion.diagramming Namespace