Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js359 if (cell.isVertex() && this.isLeafOrCollapsed(cell) && activeVertices[cell.id])
430 if (!cell.isVertex() || !this.isLeafOrCollapsed(cell))
622 mxWebColaAdaptor.prototype.isLeafOrCollapsed = function(cell) method in mxWebColaAdaptor
683 var isActive = isActive && !this.isLeafOrCollapsed(cell);
711 if (includeCollapsedGroups && this.isLeafOrCollapsed(groupCell))
724 if (this.isLeafOrCollapsed(cell))
750 if (includeCollapsedGroups && this.isLeafOrCollapsed(groupCell))
763 if (this.isLeafOrCollapsed(cell))
H A DmxWebColaLayout.js156 if (this.layout.isLeafOrCollapsed(child))
226 if (this.layout.isLeafOrCollapsed(child))
289 if (cell.isVertex() && this.layout.isLeafOrCollapsed(cell))
358 if (cell.isVertex() && !this.layout.isLeafOrCollapsed(cell))