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
SyntaxJava
Copy Code
|
|---|
public SvgNodeBuilder obstacle ( |
true if auto-routed links should go aroundthis node, otherwise false.
This DiagramNodeBuilder instance.
See Also