Usages of EdgePortCandidates
Properties
sourcePortCandidates | in HierarchicalLayoutEdgeContext | Gets or sets the EdgePortCandidates for the source port of the LayoutEdge associated with this HierarchicalLayoutEdgeContext instance. | |
targetPortCandidates | in HierarchicalLayoutEdgeContext | Gets the EdgePortCandidates for the target port of the LayoutEdge associated with this HierarchicalLayoutEdgeContext instance. | |
sourcePortCandidates | in BasicPortData | Gets or sets a mapping from edges to their source port candidates. | |
targetPortCandidates | in BasicPortData | Gets or sets a mapping from edges to their target port candidates. | |
sourcePortCandidates | in PortData | Gets or sets a mapping from edges to their source port candidates. | |
targetPortCandidates | in PortData | Gets or sets a mapping from edges to their target port candidates. |
Fields
SOURCE_PORT_CANDIDATES_DATA_KEY | in EdgePortCandidates | A data key for specifying source port candidates for each edge. | |
TARGET_PORT_CANDIDATES_DATA_KEY | in EdgePortCandidates | A data key for specifying target port candidates for each edge. |
Method Return Values
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. |
Method Parameters
BasicPortData () | in BasicPortData | ||
PortData () | in PortData |