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 |
---|---|
Path |
PathSearch.getFinalizedPath(Edge edge)
Returns the path for the given edge if it has already been finalized.
|
Path |
PathSearchResult.getPath(Edge edge)
Returns the previously registered path found for the edge.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PathSearchExtension.finalizePath(Path path)
After finding a valid target entrance and creating a
Path , the extension is notified of the found path. |
protected void |
PathSearch.finalizePath(Path path)
Informs all registered path search extensions about completing a path by calling their
finalizePath(Path)
method. |
EdgeInfo |
PathSearchResult.getEdgeInfo(Path path)
Returns an
EdgeInfo for the given path. |
void |
PathSearchResult.setPath(Edge edge,
Path path)
Specifies a found path for an edge.
|
Constructor and Description |
---|
EdgeInfo(Path path,
PathSearchConfiguration configuration)
Creates a new
EdgeInfo instance. |