|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.router.polyline.PartitionCell.PartitionCellBorder
public static class PartitionCell.PartitionCellBorder
This class is a type-safe enumeration used for defining the border of a PartitionCell
.
PartitionCell.createBorderInterval(PartitionCellBorder)
Field Summary | |
---|---|
static PartitionCell.PartitionCellBorder |
EAST
A type constant that defines the right border of a PartitionCell . |
static PartitionCell.PartitionCellBorder |
NORTH
A type constant that defines the upper border of a PartitionCell . |
static PartitionCell.PartitionCellBorder |
SOUTH
A type constant that defines the bottom border of a PartitionCell . |
static PartitionCell.PartitionCellBorder |
WEST
A type constant that defines the left border of a PartitionCell . |
Method Summary | |
---|---|
PartitionCell.PartitionCellBorder |
getMirrorBorder()
Returns the type of the border that is on the opposite side of the border defined by this type. |
static 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 |
valueOfExitDirection(Direction direction)
Returns the type of the border that is passed through when exiting a PartitionCell in the given
direction. |
static PartitionCell.PartitionCellBorder |
valueOfPortCandidate(PortCandidate pc)
Returns the type of the border that is defined by the given PortCandidate . |
static PartitionCell.PartitionCellBorder |
valueOfPortConstraint(PortConstraint pc)
Returns the type of the border that is defined by the given PortConstraint . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PartitionCell.PartitionCellBorder NORTH
PartitionCell
.
PartitionCell.createBorderInterval(PartitionCellBorder)
public static final PartitionCell.PartitionCellBorder SOUTH
PartitionCell
.
PartitionCell.createBorderInterval(PartitionCellBorder)
public static final PartitionCell.PartitionCellBorder EAST
PartitionCell
.
PartitionCell.createBorderInterval(PartitionCellBorder)
public static final PartitionCell.PartitionCellBorder WEST
PartitionCell
.
PartitionCell.createBorderInterval(PartitionCellBorder)
Method Detail |
---|
public static PartitionCell.PartitionCellBorder valueOfExitDirection(Direction direction)
PartitionCell
in the given
direction.
direction
- the direction in which a PartitionCell
has been exited
PartitionCell
PartitionCell
public static PartitionCell.PartitionCellBorder valueOfEnterDirection(Direction direction)
PartitionCell
in the given
direction.
direction
- the direction in which a PartitionCell
has been entered
PartitionCell
PartitionCell
public static PartitionCell.PartitionCellBorder valueOfPortConstraint(PortConstraint pc)
PortConstraint
.
The border type corresponds to the side
of the given PortConstraint
.
pc
- the port constraint for which the border type is returned
PortConstraint
public static PartitionCell.PartitionCellBorder valueOfPortCandidate(PortCandidate pc)
PortCandidate
.
The border type corresponds to the direction
of the given PortCandidate
.
pc
- the port candidate for which the border type is returned
PortCandidate
public PartitionCell.PartitionCellBorder getMirrorBorder()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |