Usages of Direction
Properties
| enterDirection | in CellEntrance | Gets or sets the direction from which this cell was entered. | |
| enterDirection | in EdgeCellInfo | Gets the Direction in which this cell is entered. | |
| exitDirection | in EdgeCellInfo | Gets the Direction in which this cell is exited. |
Method Return Values
| from (Direction) | in Direction | Converts the given argument to an enum constant of this enum type. |
Method Parameters
| from (Direction) | in Direction | Converts the given argument to an enum constant of this enum type. | |
| getName (Direction) | in Direction | Returns the name of the given enum constant. | |
| getSideForFlow (Direction) | in LayoutPortCandidate | Returns the side of this candidate where the sides relative to the flow are replaced by absolute sides. | |
| isOnAnySide (Direction?) | in LayoutPortCandidate | Returns whether this candidate can be placed at any side. | |
| isOnSide (PortSides, Direction) | in LayoutPortCandidate | Returns whether this candidate lies on the given side after resolving the sides relative to the flow direction. | |
| EdgeCellInfo (any, PartitionCell, OrthogonalInterval, OrthogonalInterval, Direction, Direction, number) | in EdgeCellInfo | Creates a new EdgeCellInfo instance. |