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 | Field and Description |
---|---|
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.EAST
A type constant that defines the right border of a
PartitionCell . |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.NORTH
A type constant that defines the upper border of a
PartitionCell . |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.SOUTH
A type constant that defines the bottom border of a
PartitionCell . |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.WEST
A type constant that defines the left border of a
PartitionCell . |
Modifier and Type | Method and Description |
---|---|
PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.getMirrorBorder()
Gets the type of the border that is on the opposite side of the border defined by this type.
|
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.valueOfEnterDirection(Direction direction)
Returns the type of the border that is passed through when entering a
PartitionCell in the given direction. |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.valueOfExitDirection(Direction direction)
Returns the type of the border that is passed through when exiting a
PartitionCell in the given direction. |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.valueOfPortCandidate(PortCandidate pc)
Returns the type of the border that is defined by the given
PortCandidate . |
static PartitionCell.PartitionCellBorder |
PartitionCell.PartitionCellBorder.valueOfPortConstraint(PortConstraint pc)
Returns the type of the border that is defined by the given
PortConstraint . |
Modifier and Type | Method and Description |
---|---|
OrthogonalInterval |
PartitionCell.createBorderInterval(PartitionCell.PartitionCellBorder border)
Returns an
OrthogonalInterval that defines the location, the size and the orientation of the given
PartitionCell.PartitionCellBorder . |