| 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 |
|---|---|
PathSearchResult |
PathSearchContext.getPathSearchResult()
Gets the results of the
PathSearch. |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator<Object> |
ChannelBasedPathRouting.createSegmentInfoComparator(YList channels,
PathSearchResult pathSearchResult,
PathSearchConfiguration configuration)
Creates a
comparator for sorting the SegmentInfos in a Channel from left to right
(for vertical segments) or top to bottom (for horizontal segments), respectively. |
protected void |
PathSearchExtension.finalizePathSearchResult(PathSearchResult pathSearchResult)
Completes the path search result.
|
void |
ChannelBasedPathRouting.route(EdgeList edges,
PathSearchResult pathSearchResult)
Routes the given edges.
|