Usages of LayoutPortCandidate
Properties
selectedSourcePortCandidate | in HierarchicalLayoutEdgeContext | Gets or sets the selected LayoutPortCandidate for the source port of the LayoutEdge associated with this HierarchicalLayoutEdgeContext instance. | |
selectedTargetPortCandidate | in HierarchicalLayoutEdgeContext | Gets or sets the selected LayoutPortCandidate for the target port of the LayoutEdge associated with this HierarchicalLayoutEdgeContext instance. | |
candidates | in EdgePortCandidates | Returns the LayoutPortCandidates added to this class. | |
candidates | in NodePortCandidates | Returns the LayoutPortCandidates added to this class. | |
sourcePortCandidates | in PathSearchRequest | Gets the source LayoutPortCandidates associated with this path request and describing how the path must connect to the source obstacle. | |
targetPortCandidates | in PathSearchRequest | Gets the target LayoutPortCandidates associated with this path request and describing how the path must connect to the target obstacle. |
Method Return Values
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. | |
getSourcePortCandidate (LayoutEdge) | in TreeLayoutPortAssigner | Retrieves the source LayoutPortCandidate for the given edge. | |
getTargetPortCandidate (LayoutEdge) | in TreeLayoutPortAssigner | Retrieves the target LayoutPortCandidate for the given edge. |