Searched refs:isStack (Results 1 – 6 of 6) sorted by relevance
654 var isStack = graph.isStack(cell) ||660 if (isStack)662 var style = (graph.isStack(cell)) ? style :669 if (parent != null || (!isTable && !isStack))709 if (isStack)729 if (isStack)751 if (isStack)775 if (isStack)795 if (isStack)815 if (isStack)
1740 var isStack = graph.isStack(ss.vertices[0]) ||1746 if (isStack)1748 var style = (graph.isStack(ss.vertices[0])) ? ss.style :1765 if (isStack)1784 if (isStack)1803 if (isStack)1826 if (isStack)1845 if (isStack)1864 if (isStack)
5931 Graph.prototype.isStack = function(cell) method in Graph5943 return this.model.isVertex(cell) && this.isStack(this.model.getParent(cell));
2733 …isStack=function(a){a=this.getCellStyle(a);return null!=a&&"stackLayout"==a.childLayout};Graph.pro…3014 …])||d.isTableCell(e.vertices[0]),k=d.isStack(e.vertices[0])||d.isStackChild(e.vertices[0]),h=f;k&&…3589 …isTable(e)||d.isTableRow(e)||d.isTableCell(e),k=d.isStack(e)||d.isStackChild(e),h=f,g=f;k&&(c=d.is…
2484 …isStack=function(b){b=this.getCellStyle(b);return null!=b&&"stackLayout"==b.childLayout};Graph.pro…