Searched refs:includeEdges (Results 1 – 4 of 4) sorted by relevance
205 var includeEdges = true;207 for (var i = 0; i < cells.length && includeEdges; i++)209 includeEdges = includeEdges && graph.model.isEdge(cells[i]);218 if (cells.length == 1 && includeEdges)228 bb = (bb != null) ? bb : graph.getBoundingBoxFromGeometry(cells, includeEdges);413 function deleteCells(includeEdges) argument417 var select = graph.deleteCells(graph.getDeletableCells(graph.getSelectionCells()), includeEdges);
8056 Graph.prototype.removeCells = function(cells, includeEdges) argument8118 result = graphRemoveCells.apply(this, [result, includeEdges]);10154 Graph.prototype.deleteCells = function(cells, includeEdges) argument10183 this.removeCells(cells, includeEdges);
352 graph.removeCells = function(cells, includeEdges) argument354 includeEdges = (includeEdges != null) ? includeEdges : true;362 if (includeEdges)
215 graph.removeCells = function(cells, includeEdges) argument