Sets the value added to the total route cost if a link crosses another link.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setCrossingCost ( |
An integer value added to the cost of a route when a link crosses another link.
RemarksThe routing algorithm aims to find paths that have a minimal cost, so assigning a greater value through setCrossingCost leads to fewer link intersections.
See Also