Implements a link routing algorithm that uses a grid to represent the free and occupied regions in the diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public class GridRouter implements LinkRouter |
To use this class for link routing, assign its instance to the LinkRouter property of the Diagram class. It is based on heuristic algorithm whose parameters can be customized via RoutingOptions.
java.lang.Object
com.mindfusion.diagramming.GridRouter