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 | Interface and Description |
---|---|
interface |
IObstaclePartition
This class implements a
IPartition that takes a list of Obstacle s as input to subdivide an area into
PartitionCell s. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicObstacleDecomposition
This class describes an
IObstaclePartition that decomposes its area dynamically. |
class |
GraphPartition
A
GraphPartition partitions the bounding box of a graph into rectangles using the graph elements as
Obstacle s. |
Modifier and Type | Method and Description |
---|---|
IPartition |
PartitionCell.getPartition()
Gets the
partition to which this PartitionCell belongs. |
Constructor and Description |
---|
PartitionCell(double x,
double y,
double width,
double height,
IPartition partition)
Creates a new
PartitionCell instance of the given IPartition with the given bounds. |
PartitionCell(YRectangle bounds,
IPartition partition)
Creates a new
PartitionCell of the given IPartition with the location and the size of the given
rectangle. |