| addFixedCandidate (PortSides, Point?, number?, any?) | in
EdgePortCandidates | Adds a fixed LayoutPortCandidate at a specific position. |
| addFreeCandidate (PortSides, number?, any?) | in
EdgePortCandidates | Adds a free LayoutPortCandidate. |
| createFixed (PortSides, Point?, number?, number?, any?) | in
LayoutPortCandidate | Factory method that creates a fixed port candidate with the given side, offset, and cost of usage. |
| createFree (PortSides, number?, number?, any?) | in
LayoutPortCandidate | Factory method that creates a free port candidate instance with the given side and cost of usage. |
| isOnSide (PortSides) | in
LayoutPortCandidate | Returns whether this candidate lies on the given side. |
| isOnSide (PortSides, Direction) | in
LayoutPortCandidate | Returns whether this candidate lies on the given side after resolving the sides relative to the flow direction. |
| addFixedCandidate (PortSides, Point, number?, number?, any?) | in
NodePortCandidates | Adds a fixed LayoutPortCandidate at a specific position. |
| addFreeCandidate (PortSides, number?, number?, any?) | in
NodePortCandidates | Adds a free LayoutPortCandidate. |
| from (PortSides) | in
PortSides | Converts the given argument to an enum constant of this enum type. |
| getName (PortSides) | in
PortSides | Returns the name of the given enum constant. |