Search
OrthogonalLayout.setMinLaneSize Method
See Also
 

Sets a value indicating the minimum size of a lane.

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

 Syntax

Java  Copy Code

public void setMinLaneSize (
    float value
)

 Parameters

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

 Remarks

The result of the layout's arrange 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