Sets the value added to the total route cost if a link crosses another link.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public void setCrossingCost ( |
An integer value added to the cost of a route when a link crosses another link.
The routing algorithm aims to find paths that have a minimal cost, so assigning a greater value through setCrossingCost leads to fewer link intersections.