| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.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 | EASTA type constant that defines the right border of a PartitionCell. | 
| static PartitionCell.PartitionCellBorder | NORTHA type constant that defines the upper border of a PartitionCell. | 
| static PartitionCell.PartitionCellBorder | SOUTHA type constant that defines the bottom border of a PartitionCell. | 
| static PartitionCell.PartitionCellBorder | WESTA 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 PartitionCellin the given
 direction. | 
| static PartitionCell.PartitionCellBorder | valueOfExitDirection(Direction direction)Returns the type of the border that is passed through when exiting a PartitionCellin 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
PartitionCellPartitionCellpublic static PartitionCell.PartitionCellBorder valueOfEnterDirection(Direction direction)
PartitionCell in the given
 direction.
direction - the direction in which a PartitionCell has been entered
PartitionCellPartitionCellpublic 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
PortConstraintpublic 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
PortCandidatepublic PartitionCell.PartitionCellBorder getMirrorBorder()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||