| 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 | Class and Description |
|---|---|
class |
DynamicObstacleDecomposition
This class describes an
IObstaclePartition that decomposes its area dynamically. |
| Modifier and Type | Method and Description |
|---|---|
protected IObstaclePartition |
GraphPartition.getPartition()
Gets the delegate inner obstacle partition.
|
| 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. |
| Constructor and Description |
|---|
GraphPartition(IObstaclePartition partition)
Creates a new
GraphPartition instance using the given
delegate inner obstacle partition. |