src/app/graphs/issue-graph/link-handles/issue-graph-link-handles.service.ts
This service is responsible for managing the link handles of a given GraphEditor instance. Used in method initGraph of IssueGraphComponent.
Methods |
|
Private calculateSourceHandles | ||||||||||||||||
calculateSourceHandles(source: Node, handles: literal type, sourceHandles: LinkHandle[])
|
||||||||||||||||
Calculates the source handles of a given edge.
Parameters :
Returns :
void
|
Private calculateTargetHandles | ||||||||||||||||
calculateTargetHandles(target: Node, handles: literal type, targetHandles: LinkHandle[])
|
||||||||||||||||
Calculates the target handles of a given edge.
Parameters :
Returns :
void
|
manageLinkHandles | ||||||||||||
manageLinkHandles(graph: GraphEditor, minimap: GraphEditor)
|
||||||||||||
Manages calculation of the link handles of given GraphEditor instances.
Parameters :
Returns :
void
|