src/app/graphs/issue-graph/class-setters/issue-graph-class-setters.service.ts
This service is responsible for managing the class setters of a given GraphEditor instance. Used in method initGraph of IssueGraphComponent.
Methods |
manageClassSetters | ||||||||||||
manageClassSetters(graph: GraphEditor, minimap: GraphEditor)
|
||||||||||||
Manages node / edge class setters so that node / edge classes of given GraphEditor instances match their corresponding class names. The setters return true if the class name is applied to the corresponding node / edge. They are called on all nodes, pairs of edges and class names.
Parameters :
Returns :
void
|