DroidDiagram Programmer's Guide
LayeredLayoutBuilder.enforceLinkFlow Method
See Also
 






Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arrange has cycles, some of the links will still go backward. EnableCustomLayers and SplitLayers are ignored if this property is set to true.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder enforceLinkFlow (
    boolean value
)

 Parameters

value

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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