DroidDiagram Programmer's Guide
OrthogonalLayout.getMinLaneSize Method
See Also
 






Gets a value indicating the minimum size of a lane.

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

 Syntax

Java  Copy Code

public float getMinLaneSize ()

 Return Value

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

 Remarks

The result of the layout's arrange method is a grid that contains the diagram's nodes and links. This property specifies the size of lanes which does not contain nodes, but only links.

 See Also

OrthogonalLayout Members
OrthogonalLayout Class
com.mindfusion.diagramming Namespace