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 GraphPartition |
EdgeRouter.createGraphPartition(IObstaclePartition decomposition)
Creates a
GraphPartition instance that divides the area of the graph into several rectangles. |
protected GraphPartition |
GraphPartitionExtensionAdapter.getGraphPartition()
|
GraphPartition |
EdgeRouter.getPartition()
Gets the
GraphPartition instance used during the routing process. |
Modifier and Type | Method and Description |
---|---|
protected void |
EdgeRouter.cleanUpGraphPartition(GraphPartition partition)
Removes all registered
IGraphPartitionExtension s from a given GraphPartition instance. |
protected void |
EdgeRouter.configureGraphPartition(GraphPartition partition)
Adds all registered
IGraphPartitionExtension s instances to a given GraphPartition instance. |
void |
IGraphPartitionExtension.preparePartition(PathSearchConfiguration configuration,
GraphPartition graphPartition)
Adds a
IGraphPartitionExtension to the GraphPartition . |
void |
GraphPartitionExtensionAdapter.preparePartition(PathSearchConfiguration configuration,
GraphPartition graphPartition)
Stores the given
PathSearchConfiguration and GraphPartition such that they are accessible through Configuration
and GraphPartition , respectively. |