DroidDiagram Programmer's Guide
OrthogonalLayoutBuilder.minLaneSize Method
See Also
 






Sets a value indicating the minimum size of a lane.

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

 Syntax

Java  Copy Code

public OrthogonalLayoutBuilder minLaneSize (
    float value
)

 Parameters

value

A float value specifying the minimum lane size; the default is 10.

 Return Value

This OrthogonalLayoutBuilder instance.

 See Also

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