Lines Matching refs:graph

15 			var graph = state.view.graph;
16 var start = graph.getActualStartSize(state.cell);
17 var rows = graph.model.getChildCells(state.cell, true);
41 var cols = graph.model.getChildCells(rows[0], true);
47 var geo = graph.getCellGeometry(cols[i]);
78 var geo = graph.getCellGeometry(rows[i]);
180 var graph = this.state.view.graph;
181 var start = graph.getActualStartSize(this.state.cell);
182 var rows = graph.model.getChildCells(this.state.cell, true);
190 var geo = graph.getCellGeometry(rows[0]);
191 var cells = graph.model.getChildCells(rows[0], true);
200 geo = graph.getCellGeometry(rows[i]);
202 var data = {y: 0, cells: graph.model.
217 if (graph.model.isVisible(data.cells[j]))
247 geo = graph.getCellGeometry(cols[i]);
258 var colspan = (i == 1) ? parseInt(graph.getCurrentCellStyle(
266 data.colspans[i] = parseInt(graph.getCurrentCellStyle(
2162 var ctor = this.state.view.graph.cellRenderer.getShape(participant);
5647 var tol = state.view.graph.gridSize / state.view.scale;
5827 var graph = state.view.graph;
5829 if (graph.isTableRow(state.cell) || graph.isTableCell(state.cell))
5831 var dir = graph.getSwimlaneDirection(state.style);
5832 var parent = graph.model.getParent(state.cell);
5833 var cells = graph.model.getChildCells(parent, true);
5839 if (cells[i] != state.cell && graph.isSwimlane(cells[i]) &&
5840 graph.getSwimlaneDirection(graph.getCurrentCellStyle(
5847 graph.setCellStyles(mxConstants.STYLE_STARTSIZE,
6223 if (this.graph.isCellRotatable(this.state.cell))
6234 else if (this.state.view.graph.isSwimlane(this.state.cell))