Home
last modified time | relevance | path

Searched refs:activeVertices (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js321 …var activeVertices = activeMaps.activeVertices; // inactive vertex to its nearest active parent m…
359 if (cell.isVertex() && this.isLeafOrCollapsed(cell) && activeVertices[cell.id])
453 if (activeVertices[childId])
656 var activeVertices = {};
674 activeVertices[cell.id] = true;
678 activeVertices[cell.id] = false;
699 return {activeVertices: activeVertices, inactiveToActiveMap: inactiveToActiveMap};
702 mxWebColaAdaptor.prototype.getActiveVerticesInGroup = function(groupCell, activeVertices, includeCo… argument
719 if (!cell.isVertex() || !activeVertices[cell])
844 childrenA = this.getAllVerticesInGroup(groupA, activeVertices, false);
[all …]