Searched defs:isStack (Results 1 – 4 of 4) sorted by relevance
5931 Graph.prototype.isStack = function(cell) method in Graph
2484 Graph.prototype.isStack=function(b){b=this.getCellStyle(b);return null!=b&&"stackLayout"==b.childLa… method in Graph
2733 Graph.prototype.isStack=function(a){a=this.getCellStyle(a);return null!=a&&"stackLayout"==a.childLa… method in Graph