DroidDiagram Programmer's Guide
LayeredLayoutBuilder.splitLayers Method
See Also
 






Sets a value indicating whether layers that are much wider than the other layers should be split.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder splitLayers (
    boolean value
)

 Parameters

value

true if long layers should be split, otherwise false.

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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