DroidDiagram Programmer's Guide
DiagramBuilder.expandOnIncoming Method
See Also
 






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

 Syntax

Java  Copy Code

public DiagramBuilder expandOnIncoming (
    boolean value
)

 Parameters

value

true is tree branches should be expanded in the direction of incoming links, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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