DroidDiagram Programmer's Guide
RoutingOptions.setGridSize Method
See Also
 






Sets the size of the routing grid.

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

 Syntax

Java  Copy Code

public void setGridSize (
    float value
)

 Parameters

value

A float value specifying the size of the routing grid pieces.

 Remarks

A smaller size of routing grid pieces helps finding more precise paths, however since the number of pieces increases, there would be more time needed to find a path.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace