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 |
---|---|
Obstacle |
GraphPartition.createObstacle(YRectangle bounds,
Object data)
Creates and returns a new
Obstacle using the given bounds and data. |
Obstacle |
GraphPartition.getObstacle(Object data)
Returns the
Obstacle that has been created earlier for the given data object. |
Modifier and Type | Method and Description |
---|---|
List<Object> |
IObstaclePartition.getCells(Obstacle obstacle)
Returns all
PartitionCell s that are completely covered by the given Obstacle . |
List<Object> |
DynamicObstacleDecomposition.getCells(Obstacle obstacle)
Returns all
partition cells that are completely covered by the given Obstacle . |