Lines Matching refs:mxGraphView

206 mxGraphView.prototype.gridImage = (mxClient.IS_SVG) ? 'data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP…  class
208 mxGraphView.prototype.gridSteps = 4;
209 mxGraphView.prototype.minGridSize = 4;
212 mxGraphView.prototype.defaultGridColor = '#d0d0d0';
213 mxGraphView.prototype.defaultDarkGridColor = '#6e6e6e';
214 mxGraphView.prototype.gridColor = mxGraphView.prototype.defaultGridColor;
217 mxGraphView.prototype.unit = mxConstants.POINTS;
219 mxGraphView.prototype.setUnit = function(unit)
2554 mxGraphView.prototype.getGraphBounds = function()
2575 mxGraphView.prototype.viewStateChanged = function()
2593 var graphViewValidate = mxGraphView.prototype.validate;
2594 mxGraphView.prototype.validate = function(cell)
2702 var graphViewValidateBackgroundPage = mxGraphView.prototype.validateBackgroundPage;
2703 mxGraphView.prototype.validateBackgroundPage = function()
6417 var mxGraphViewResetValidationState = mxGraphView.prototype.resetValidationState;
6418 mxGraphView.prototype.resetValidationState = function()
6428 var mxGraphViewValidateCellState = mxGraphView.prototype.validateCellState;
6429 mxGraphView.prototype.validateCellState = function(cell, recurse)
6502 var mxGraphViewUpdateCellState = mxGraphView.prototype.updateCellState;
6503 mxGraphView.prototype.updateCellState = function(state)
6518 mxGraphView.prototype.updateLineJumps = function(state)
6794 var mxGraphViewGetFixedTerminalPoint = mxGraphView.prototype.getFixedTerminalPoint;
6796 mxGraphView.prototype.getFixedTerminalPoint = function(edge, terminal, source, constraint)
6811 var mxGraphViewUpdateFloatingTerminalPoint = mxGraphView.prototype.updateFloatingTerminalPoint;
6813 mxGraphView.prototype.updateFloatingTerminalPoint = function(edge, start, end, source)
6854 mxGraphView.prototype.snapToAnchorPoint = function(edge, start, end, source, pt)
11617 mxGraphView.prototype.formatUnitText = function(pixels)