DroidDiagram Programmer's Guide
SwimlaneLayoutBuilder.collapseEmptyLanes Method
See Also
 






Set or sets a value indicating whether lanes without associated nodes will shrink to zero size. By default, empty lanes will have size equal to the value specified through SwimlaneLayout.setLaneDistance. To be able to shrink the lanes of a lane grid to zero size, the MinHeaderSize property of the lane grid must be set to an appropriate value.

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

 Syntax

Java  Copy Code

public SwimlaneLayoutBuilder collapseEmptyLanes (
    boolean value
)

 Parameters

value

 Return Value

This SwimlaneLayoutBuilder instance.

 See Also

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