DroidDiagram Programmer's Guide
CompositeNodeBuilder.obstacle Method
See Also
 






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

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

 Syntax

Java  Copy Code

public CompositeNodeBuilder obstacle (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramNodeBuilder instance.

 See Also

CompositeNodeBuilder Members
CompositeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace