Sets which direction of links is considered the tree direction when expanding or collapsing diagram branches.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public DiagramBuilder expandOnIncoming ( |
true is tree branches should be expanded in the direction of incoming links, otherwise false.
This DiagramBuilder instance.
See Also