DroidDiagram Programmer's Guide
DiagramNode.setObstacle Method
See Also
 






Sets a value indicating whether the link routing algorithm should consider this node an obstacle.

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

 Syntax

Java  Copy Code

public void setObstacle (
    boolean value
)

 Parameters

value

true if auto-routed links should go around this node, otherwise false.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace