Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
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 |
---|---|
static PartitionLayout.IInterEdgeRouter |
PartitionLayout.IInterEdgeRouter.createPolylineInterEdgeRouter(EdgeRouter router)
com.yworks.yfiles.layout.PartitionLayout.PolylineInterEdgeRouter routes inter-edges using EdgeRouter . |
Modifier and Type | Method and Description |
---|---|
EdgeRouter |
PathSearchConfiguration.getEdgeRouter()
Gets the edge routing algorithm using this configuration.
|
Constructor and Description |
---|
PathSearchConfiguration(LayoutGraph graph,
GroupingSupport grouping,
EdgeRouter edgeRouter)
Creates a new instance of
PathSearchConfiguration used for a path search. |