DroidDiagram Programmer's Guide
LayeredLayoutInfo.setEnforceLinkFlow Method
See Also
 






Sets a value indicating whether the layout will force all links to go in the same direction. If the supplied graph has cycles, it will be made acyclic prior the layout. EnableCustomLayers and SplitLayers are ignored if this property is set to true.

Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout

 Syntax

Java  Copy Code

public void setEnforceLinkFlow (
    boolean value
)

 Parameters

value

 See Also

LayeredLayoutInfo Members
LayeredLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace