Package | Description |
---|---|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Method and Description |
---|---|
EdgeCellInfo |
EdgeInfo.getEdgeCellInfo(CellEntrance entrance)
Returns the
EdgeCellInfo of the given CellEntrance in the path. |
EdgeCellInfo |
CellEntrance.getPreviousEdgeCellInfo()
Gets the
EdgeCellInfo describing how the previous partition cell was traversed. |
Modifier and Type | Method and Description |
---|---|
protected void |
PathSearch.calculateCosts(CellEntrance currentEntrance,
PartitionCell enteredCell,
OrthogonalInterval[] enterIntervals,
EdgeCellInfo[] lastEdgeCellInfos,
PathSearchContext context,
double[] costs,
double[] maxAllowedCosts)
Calculates the costs for moving from the current
CellEntrance to the neighboring PartitionCell using
different enter intervals. |
protected double |
PathSearchExtension.calculateCosts(CellEntrance currentEntrance,
PartitionCell enteredCell,
OrthogonalInterval enterInterval,
EdgeCellInfo edgeCellInfo,
double maxAllowedCosts)
Calculates the costs for entering the given
PartitionCell via the given enter OrthogonalInterval . |
void |
CellEntrance.setPreviousEdgeCellInfo(EdgeCellInfo value)
Sets the
EdgeCellInfo describing how the previous partition cell was traversed. |