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 |
---|---|
protected PathSearch |
EdgeRouter.createPathSearch()
Creates a
PathSearch instance that finds the paths of the edges through the GraphPartition . |
PathSearch |
PathSearchContext.getPathSearch()
Gets the
PathSearch that uses this context. |
Modifier and Type | Method and Description |
---|---|
protected void |
EdgeRouter.configurePathSearch(PathSearch pathSearch)
Adds all registered
PathSearchExtension s to a given PathSearch instance. |
protected PathSearchContext |
EdgeRouter.createPathSearchContext(PathSearch pathSearch,
PathSearchConfiguration configuration)
Creates a
PathSearchContext that provides context information for the path searching algorithm. |
Constructor and Description |
---|
PathSearchContext(PathSearch pathSearch,
PathSearchConfiguration configuration)
Creates a new instance of
PathSearchContext . |