Lines Matching refs:mxGraph

177 mxGraph.prototype.pageBreakColor = '#c0c0c0';  class
178 mxGraph.prototype.pageScale = 1;
188 mxGraph.prototype.pageFormat = (lang === 'en-us' || lang === 'en-ca' || lang === 'es-mx') ?
270 mxGraph.call(this, container, model, renderHint, stylesheet);
1888 mxUtils.extend(Graph, mxGraph);
2049 mxGraph.prototype.init.apply(this, arguments);
2517 var graphScrollRectToVisible = mxGraph.prototype.scrollRectToVisible;
2622 var graphGetCellsForGroup = mxGraph.prototype.getCellsForGroup;
2644 var graphGetCellsForUngroup = mxGraph.prototype.getCellsForUngroup;
2723 var graphUpdatePageBreaks = mxGraph.prototype.updatePageBreaks;
2724 mxGraph.prototype.updatePageBreaks = function(visible, width, height)
3413 mxGraph.prototype.isSplitTarget.apply(this, arguments);
3421 var result = mxGraph.prototype.getLabel.apply(this, arguments);
4237 return mxGraph.prototype.convertValueToString.apply(this, arguments);
4294 var style = mxGraph.prototype.getCellStyle.apply(this, arguments);
4336 mxGraph.prototype.updateAlternateBounds.apply(this, arguments);
4365 mxGraph.prototype.foldCells.apply(this, arguments);
4520 mxGraph.prototype.isCellConnectable.apply(this, arguments);
4531 mxGraph.prototype.isLabelMovable.apply(this, arguments);
4552 mxGraph.prototype.selectAll.apply(this, arguments);
4577 mxGraph.prototype.selectCells.apply(this, arguments);
4596 var result = mxGraph.prototype.getSwimlaneAt.apply(this, arguments);
4646 mxGraph.prototype.zoom.apply(this, arguments);
8296 (mxGraph.prototype.isValidDropTarget.apply(this, arguments) ||
8306 var group = mxGraph.prototype.createGroupCell.apply(this, arguments);
8317 var result = mxGraph.prototype.isExtendParentsOnAdd.apply(this, arguments);
8342 var result = mxGraph.prototype.getPreferredSizeForCell.apply(this, arguments);
8680 mxGraph.prototype.cellLabelChanged.apply(this, arguments);
8743 mxGraph.prototype.cellsRemoved.apply(this, arguments);
8765 mxGraph.prototype.removeCellsAfterUngroup.apply(this, arguments);
8896 mxGraph.prototype.click.call(this, me);
8911 mxGraph.prototype.dblClick.call(this, evt, cell);
9519 var result = mxGraph.prototype.isCellResizable.apply(this, arguments);