Lines Matching refs:prototype

42 if (!Date.prototype.toISOString)
58 Date.prototype.toISOString = function()
85 var toStr = Object.prototype.toString;
177 mxGraph.prototype.pageBreakColor = '#c0c0c0';
178 mxGraph.prototype.pageScale = 1;
188 mxGraph.prototype.pageFormat = (lang === 'en-us' || lang === 'en-ca' || lang === 'es-mx') ?
199 mxText.prototype.baseSpacingTop = 5;
200 mxText.prototype.baseSpacingBottom = 1;
203 mxGraphModel.prototype.ignoreRelativeEdgeParent = false;
206 mxGraphView.prototype.gridImage = (mxClient.IS_SVG) ? 'data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP…
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)
230 mxSvgCanvas2D.prototype.foAltText = '[Not supported by viewer]';
233 mxShape.prototype.getConstraints = function(style, w, h)
239 mxImageShape.prototype.getImageDataUri = function()
365 mxShape.prototype.svgStrokeTolerance - 1 :
366 (mxShape.prototype.svgStrokeTolerance + 1) / 2);
512 box.grow(mxEdgeHandler.prototype.handleImage.width / 2);
617 box.grow(mxEdgeHandler.prototype.handleImage.width / 2);
654 box.grow(mxShape.prototype.svgStrokeTolerance / 2);
730 var result = mxCellRenderer.prototype.getLabelValue.apply(this, arguments);
822 mxDragSource.prototype.dragElementZIndex = mxPopupMenu.prototype.zIndex;
825 mxGuide.prototype.getGuideColor = function(state, horizontal)
833 …this.previewColor = (this.graph.background == '#000000') ? '#ffffff' : mxGraphHandler.prototype.pr…
835 return mxGraphHandler.prototype.createPreviewShape.apply(this, arguments);
905 return mxConnectionHandler.prototype.createTargetVertex.apply(this, arguments);
1456 return decodeURIComponent(Array.prototype.map.call(atob(str), function(c) {
1844 removeLink.setAttribute('src', Dialog.prototype.clearImage);
1893 Graph.prototype.minFitScale = null;
1898 Graph.prototype.maxFitScale = null;
1904 Graph.prototype.linkPolicy = (urlParams['target'] == 'frame') ? 'blank' : (urlParams['target'] || '…
1909 Graph.prototype.linkTarget = (urlParams['target'] == 'frame') ? '_self' : '_blank';
1916 Graph.prototype.linkRelation = 'nofollow noopener noreferrer';
1922 Graph.prototype.defaultScrollbars = !mxClient.IS_IOS;
1927 Graph.prototype.defaultPageVisible = true;
1932 Graph.prototype.defaultGridEnabled = urlParams['grid'] != '0';
1938 Graph.prototype.lightbox = false;
1943 Graph.prototype.defaultPageBackgroundColor = '#ffffff';
1948 Graph.prototype.defaultPageBorderColor = '#ffffff';
1953 Graph.prototype.shapeForegroundColor = '#000000';
1958 Graph.prototype.shapeBackgroundColor = '#ffffff';
1967 Graph.prototype.scrollTileSize = new mxRectangle(0, 0, 400, 400);
1972 Graph.prototype.transparentBackground = true;
1977 Graph.prototype.selectParentAfterDelete = false;
1982 Graph.prototype.defaultEdgeLength = 80;
1987 Graph.prototype.edgeMode = false;
1992 Graph.prototype.connectionArrowsEnabled = true;
1997 Graph.prototype.placeholderPattern = new RegExp('%(date\{.*\}|[^%^\{^\}^ ^"^ \'^=^;]+)%', 'g');
2002 Graph.prototype.absoluteUrlPattern = new RegExp('^(?:[a-z]+:)?//', 'i');
2007 Graph.prototype.defaultThemeName = 'default';
2012 Graph.prototype.defaultThemes = {};
2017 Graph.prototype.baseUrl = (urlParams['base'] != null) ?
2025 Graph.prototype.editAfterInsert = false;
2030 Graph.prototype.builtInProperties = ['label', 'tooltip', 'placeholders', 'placeholder'];
2037 Graph.prototype.standalone = false;
2042 Graph.prototype.enableFlowAnimation = false;
2047 Graph.prototype.init = function(container)
2049 mxGraph.prototype.init.apply(this, arguments);
2054 mxCellRenderer.prototype.initializeLabel.apply(this, arguments);
2158 Graph.prototype.useCssTransforms = false;
2163 Graph.prototype.currentScale = 1;
2168 Graph.prototype.currentTranslate = new mxPoint(0, 0);
2173 Graph.prototype.getVerticesAndEdges = function(vertices, edges)
2188 Graph.prototype.getCommonStyle = function(cells)
2204 Graph.prototype.mergeStyle = function(style, into, initial)
2242 Graph.prototype.getStartEditingCell = function(cell, trigger)
2281 Graph.prototype.copyStyle = function(cell)
2317 Graph.prototype.pasteStyle = function(style, cells, keys)
2349 Graph.prototype.isFastZoomEnabled = function()
2361 Graph.prototype.isCssTransformsSupported = function()
2372 Graph.prototype.getCellAt = function(x, y, parent, vertices, edges, ignoreFn)
2388 Graph.prototype.getScaledCellAt = function(x, y, parent, vertices, edges, ignoreFn)
2436 Graph.prototype.isRecursiveVertexResize = function(state)
2446 Graph.prototype.getAbsoluteParent = function(cell)
2463 Graph.prototype.isPart = function(cell)
2472 Graph.prototype.getCompositeParent = function(cell)
2492 Graph.prototype.filterSelectionCells = function(ignoreFn)
2517 var graphScrollRectToVisible = mxGraph.prototype.scrollRectToVisible;
2518 Graph.prototype.scrollRectToVisible = function(r)
2537 mxCellHighlight.prototype.getStrokeWidth = function(state)
2554 mxGraphView.prototype.getGraphBounds = function()
2575 mxGraphView.prototype.viewStateChanged = function()
2593 var graphViewValidate = mxGraphView.prototype.validate;
2594 mxGraphView.prototype.validate = function(cell)
2622 var graphGetCellsForGroup = mxGraph.prototype.getCellsForGroup;
2623 Graph.prototype.getCellsForGroup = function(cells)
2644 var graphGetCellsForUngroup = mxGraph.prototype.getCellsForUngroup;
2645 Graph.prototype.getCellsForUngroup = function(cells)
2669 Graph.prototype.updateCssTransform = function()
2702 var graphViewValidateBackgroundPage = mxGraphView.prototype.validateBackgroundPage;
2703 mxGraphView.prototype.validateBackgroundPage = function()
2723 var graphUpdatePageBreaks = mxGraph.prototype.updatePageBreaks;
2724 mxGraph.prototype.updatePageBreaks = function(visible, width, height)
2750 Graph.prototype.isLightboxView = function()
2758 Graph.prototype.isViewer = function()
2766 Graph.prototype.labelLinkClicked = function(state, elt, evt)
2786 Graph.prototype.openLink = function(href, target, allowOpener)
2836 Graph.prototype.getLinkTitle = function(href)
2844 Graph.prototype.isCustomLink = function(href)
2852 Graph.prototype.customLinkClicked = function(link)
2861 Graph.prototype.isExternalProtocol = function(href)
2870 Graph.prototype.isBlankLink = function(href)
2882 Graph.prototype.isRelativeUrl = function(url)
2892 Graph.prototype.getAbsoluteUrl = function(url)
2916 Graph.prototype.initLayoutManager = function()
2982 mxHierarchicalLayout.prototype.intraCellSpacing);
2984 mxHierarchicalLayout.prototype.interRankCellSpacing);
2986 mxHierarchicalLayout.prototype.interHierarchySpacing);
2988 mxHierarchicalLayout.prototype.parallelEdgeSpacing);
3013 Graph.prototype.getDataForCells = function(cells)
3044 Graph.prototype.getNodesForCells = function(cells)
3078 Graph.prototype.createWipeAnimations = function(cells, wipeIn)
3109 Graph.prototype.createEdgeWipeAnimation = function(state, wipeIn)
3182 Graph.prototype.createVertexWipeAnimation = function(state, wipeIn)
3233 Graph.prototype.executeAnimations = function(animations, done, steps, delay)
3274 Graph.prototype.getPageSize = function()
3286 Graph.prototype.getPageLayout = function()
3313 Graph.prototype.sanitizeHtml = function(value, editing)
3321 Graph.prototype.updatePlaceholders = function()
3346 Graph.prototype.isReplacePlaceholders = function(cell)
3357 Graph.prototype.isZoomWheelEvent = function(evt)
3367 Graph.prototype.isScrollWheelEvent = function(evt)
3375 Graph.prototype.isTransparentClickEvent = function(evt)
3383 Graph.prototype.isIgnoreTerminalEvent = function(evt)
3392 Graph.prototype.isEdgeIgnored = function(cell)
3409 Graph.prototype.isSplitTarget = function(target, cells, evt)
3413 mxGraph.prototype.isSplitTarget.apply(this, arguments);
3419 Graph.prototype.getLabel = function(cell)
3421 var result = mxGraph.prototype.getLabel.apply(this, arguments);
3434 Graph.prototype.isLabelMovable = function(cell)
3447 Graph.prototype.setGridSize = function(value)
3456 Graph.prototype.setDefaultParent = function(cell)
3471 Graph.prototype.getClickableLinkForCell = function(cell)
3491 Graph.prototype.getGlobalVariable = function(name)
3519 Graph.prototype.formatDate = function(date, mask, utc)
3565 …if (arguments.length == 1 && Object.prototype.toString.call(date) == "[object String]" && !/\d/.te…
3631 Graph.prototype.getLayerForCells = function(cells)
3660 Graph.prototype.createLayersDialog = function(onchange, inverted)
3739 Graph.prototype.replacePlaceholders = function(cell, str, vars, translate)
3817 Graph.prototype.restoreSelection = function(cells)
3844 Graph.prototype.selectCellsForConnectVertex = function(cells, evt, hoverIcons)
3874 Graph.prototype.isCloneConnectSource = function(source)
3891 Graph.prototype.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, …
4158 Graph.prototype.getIndexableText = function()
4195 Graph.prototype.convertValueToString = function(cell)
4237 return mxGraph.prototype.convertValueToString.apply(this, arguments);
4243 Graph.prototype.getLinksForState = function(state)
4256 Graph.prototype.getLinkForCell = function(cell)
4278 Graph.prototype.getLinkTargetForCell = function(cell)
4292 Graph.prototype.getCellStyle = function(cell)
4294 var style = mxGraph.prototype.getCellStyle.apply(this, arguments);
4317 Graph.prototype.updateAlternateBounds = function(cell, geo, willCollapse)
4336 mxGraph.prototype.updateAlternateBounds.apply(this, arguments);
4342 Graph.prototype.isMoveCellsEvent = function(evt, state)
4350 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt)
4365 mxGraph.prototype.foldCells.apply(this, arguments);
4419 Graph.prototype.moveSiblings = function(state, parent, dx, dy)
4452 Graph.prototype.resizeParentStacks = function(parent, layout, dx, dy)
4498 Graph.prototype.isContainer = function(cell)
4515 Graph.prototype.isCellConnectable = function(cell)
4520 mxGraph.prototype.isCellConnectable.apply(this, arguments);
4526 Graph.prototype.isLabelMovable = function(cell)
4531 mxGraph.prototype.isLabelMovable.apply(this, arguments);
4546 Graph.prototype.selectAll = function(parent)
4552 mxGraph.prototype.selectAll.apply(this, arguments);
4571 Graph.prototype.selectCells = function(vertices, edges, parent)
4577 mxGraph.prototype.selectCells.apply(this, arguments);
4594 Graph.prototype.getSwimlaneAt = function (x, y, parent)
4596 var result = mxGraph.prototype.getSwimlaneAt.apply(this, arguments);
4609 Graph.prototype.isCellFoldable = function(cell)
4624 Graph.prototype.reset = function()
4642 Graph.prototype.zoom = function(factor, center)
4646 mxGraph.prototype.zoom.apply(this, arguments);
4654 Graph.prototype.zoomIn = function()
4674 Graph.prototype.zoomOut = function()
4694 Graph.prototype.fitWindow = function(bounds, border)
4716 Graph.prototype.getTooltipForCell = function(cell)
4809 Graph.prototype.getFlowAnimationStyle = function()
4831 Graph.prototype.getFlowAnimationStyleCss = function(id)
4847 Graph.prototype.stringToBytes = function(str)
4855 Graph.prototype.bytesToString = function(arr)
4863 Graph.prototype.compressNode = function(node)
4871 Graph.prototype.compress = function(data, deflate)
4879 Graph.prototype.decompress = function(data, inflate)
4887 Graph.prototype.zapGremlins = function(text)
4908 HoverIcons.prototype.arrowSpacing = 2;
4913 HoverIcons.prototype.updateDelay = 500;
4918 HoverIcons.prototype.activationDelay = 140;
4923 HoverIcons.prototype.currentState = null;
4928 HoverIcons.prototype.activeArrow = null;
4933 HoverIcons.prototype.inactiveOpacity = 15;
4938 HoverIcons.prototype.cssCursor = 'copy';
4944 HoverIcons.prototype.checkCollisions = true;
4949 HoverIcons.prototype.arrowFill = '#29b6f2';
4954 HoverIcons.prototype.triangleUp = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-up.png',…
4956 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4961 HoverIcons.prototype.triangleRight = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-right…
4963 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4968 HoverIcons.prototype.triangleDown = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-down.p…
4970 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4975 HoverIcons.prototype.triangleLeft = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-left.p…
4977 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4982 HoverIcons.prototype.roundDrop = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/round-drop.png', 2…
4984 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4989 HoverIcons.prototype.refreshTarget = new mxImage((mxClient.IS_SVG) ? 'data:image/svg+xml;base64,PHN…
4995 HoverIcons.prototype.tolerance = (mxClient.IS_TOUCH) ? 6 : 0;
5000 HoverIcons.prototype.init = function()
5163 HoverIcons.prototype.isResetEvent = function(evt, allowShift)
5172 HoverIcons.prototype.createArrow = function(img, tooltip, direction)
5244 HoverIcons.prototype.resetActiveArrow = function()
5256 HoverIcons.prototype.getDirection = function()
5279 HoverIcons.prototype.visitNodes = function(visitor)
5293 HoverIcons.prototype.removeNodes = function()
5307 HoverIcons.prototype.setDisplay = function(display)
5318 HoverIcons.prototype.isActive = function()
5326 HoverIcons.prototype.drag = function(evt, x, y)
5362 HoverIcons.prototype.getStateAt = function(state, x, y)
5370 HoverIcons.prototype.click = function(state, dir, me)
5395 HoverIcons.prototype.execute = function(state, dir, me)
5407 HoverIcons.prototype.reset = function(clearTimeout)
5428 HoverIcons.prototype.repaint = function()
5612 HoverIcons.prototype.computeBoundingBox = function()
5639 HoverIcons.prototype.getState = function(state)
5683 HoverIcons.prototype.update = function(state, x, y)
5767 HoverIcons.prototype.setCurrentState = function(state)
5783 Graph.prototype.createParent = function(parent, child, childCount, dx, dy)
5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS…
5829 Graph.prototype.setTableValues = function(table, values, rowValues)
5860 Graph.prototype.createCrossFunctionalSwimlane = function(rowCount, colCount, w, h, title, tableStyl…
5905 Graph.prototype.isTableCell = function(cell)
5913 Graph.prototype.isTableRow = function(cell)
5921 Graph.prototype.isTable = function(cell)
5931 Graph.prototype.isStack = function(cell)
5941 Graph.prototype.isStackChild = function(cell)
5949 Graph.prototype.setTableRowHeight = function(row, dy, extend)
6024 Graph.prototype.setTableColumnWidth = function(col, dx, extend)
6122 TableLayout.prototype = new mxStackLayout();
6123 TableLayout.prototype.constructor = TableLayout;
6130 TableLayout.prototype.isHorizontal = function()
6140 TableLayout.prototype.isVertexIgnored = function(vertex)
6151 TableLayout.prototype.getSize = function(cells, horizontal)
6176 TableLayout.prototype.getRowLayout = function(row, width)
6206 TableLayout.prototype.layoutRow = function(row, positions, height, tw, lastCells)
6319 TableLayout.prototype.execute = function(parent)
6417 var mxGraphViewResetValidationState = mxGraphView.prototype.resetValidationState;
6418 mxGraphView.prototype.resetValidationState = function()
6428 var mxGraphViewValidateCellState = mxGraphView.prototype.validateCellState;
6429 mxGraphView.prototype.validateCellState = function(cell, recurse)
6458 var mxShapePaint = mxShape.prototype.paint;
6460 mxShape.prototype.paint = function()
6491 var mxCellRendererIsShapeInvalid = mxCellRenderer.prototype.isShapeInvalid;
6492 mxCellRenderer.prototype.isShapeInvalid = function(state, shape)
6502 var mxGraphViewUpdateCellState = mxGraphView.prototype.updateCellState;
6503 mxGraphView.prototype.updateCellState = function(state)
6518 mxGraphView.prototype.updateLineJumps = function(state)
6656 var mxConnectorPaintLine = mxConnector.prototype.paintLine;
6658 mxConnector.prototype.paintLine = function (c, absPts, rounded)
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)
6893 var mxStencilEvaluateTextAttribute = mxStencil.prototype.evaluateTextAttribute;
6895 mxStencil.prototype.evaluateTextAttribute = function(node, attribute, shape)
6915 var mxCellRendererCreateShape = mxCellRenderer.prototype.createShape;
6916 mxCellRenderer.prototype.createShape = function(state)
7247 mxEdgeHandler.prototype.snapToTerminals = true;
7250 mxGraphHandler.prototype.guidesEnabled = true;
7253 mxGraphHandler.prototype.removeEmptyParents = true;
7256 mxRubberband.prototype.fadeOut = true;
7259 mxGuide.prototype.isEnabledForEvent = function(evt)
7265 var graphLayoutIsVertexIgnored = mxGraphLayout.prototype.isVertexIgnored;
7266 mxGraphLayout.prototype.isVertexIgnored = function(vertex)
7273 var graphLayoutIsEdgeIgnored = mxGraphLayout.prototype.isEdgeIgnored;
7274 mxGraphLayout.prototype.isEdgeIgnored = function(edge)
7282 var mxConnectionHandlerCreateTarget = mxConnectionHandler.prototype.isCreateTarget;
7283 mxConnectionHandler.prototype.isCreateTarget = function(evt)
7289 mxConstraintHandler.prototype.createHighlightShape = function()
7298 mxConnectionHandler.prototype.livePreview = true;
7299 mxConnectionHandler.prototype.cursor = 'crosshair';
7302 mxConnectionHandler.prototype.createEdgeState = function(me)
7319 var connectionHandlerCreateShape = mxConnectionHandler.prototype.createShape;
7320 mxConnectionHandler.prototype.createShape = function()
7330 mxConnectionHandler.prototype.updatePreview = function(valid)
7336 var mxConnectionHandlerCreateMarker = mxConnectionHandler.prototype.createMarker;
7337 mxConnectionHandler.prototype.createMarker = function()
7357 Graph.prototype.defaultVertexStyle = {};
7362 Graph.prototype.defaultEdgeStyle = {'edgeStyle': 'orthogonalEdgeStyle', 'rounded': '0',
7368 Graph.prototype.createCurrentEdgeStyle = function()
7388 else if (Graph.prototype.defaultEdgeStyle['orthogonalLoop'] != null)
7390 style += 'orthogonalLoop=' + Graph.prototype.defaultEdgeStyle['orthogonalLoop'] + ';';
7398 else if (Graph.prototype.defaultEdgeStyle['jettySize'] != null)
7400 style += 'jettySize=' + Graph.prototype.defaultEdgeStyle['jettySize'] + ';';
7425 Graph.prototype.updateCellStyles = function(key, value, cells)
7454 Graph.prototype.getPagePadding = function()
7462 Graph.prototype.loadStylesheet = function()
7478 Graph.prototype.createCellLookup = function(cells, lookup)
7502 Graph.prototype.createCellMapping = function(mapping, lookup, cellMapping)
7524 Graph.prototype.importGraphModel = function(node, dx, dy, crop)
7618 Graph.prototype.encodeCells = function(cells)
7666 Graph.prototype.isSwimlane = function(cell, ignoreState)
7683 var graphIsExtendParent = Graph.prototype.isExtendParent;
7684 Graph.prototype.isExtendParent = function(cell)
7705 var graphSplitEdge = Graph.prototype.splitEdge;
7706 Graph.prototype.splitEdge = function(edge, cells, newEdge, dx, dy, x, y, parent)
7790 var graphSelectCell = Graph.prototype.selectCell;
7791 Graph.prototype.selectCell = function(isNext, isParent, isChild)
7851 Graph.prototype.swapUmlLifelines = function(cells, target)
7898 var graphMoveCells = Graph.prototype.moveCells;
7899 Graph.prototype.moveCells = function(cells, dx, dy, clone, target, evt, mapping)
8055 var graphRemoveCells = Graph.prototype.removeCells;
8056 Graph.prototype.removeCells = function(cells, includeEdges)
8132 Graph.prototype.updateCustomLinks = function(mapping, cells, graph)
8148 Graph.prototype.updateCustomLinksForCell = function(mapping, cell)
8163 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell)
8171 Graph.prototype.getAllConnectionConstraints = function(terminal, source)
8239 Graph.prototype.flipEdge = function(edge)
8255 Graph.prototype.isValidRoot = function(cell)
8282 Graph.prototype.isValidDropTarget = function(cell, cells, evt)
8296 (mxGraph.prototype.isValidDropTarget.apply(this, arguments) ||
8304 Graph.prototype.createGroupCell = function()
8306 var group = mxGraph.prototype.createGroupCell.apply(this, arguments);
8315 Graph.prototype.isExtendParentsOnAdd = function(cell)
8317 var result = mxGraph.prototype.isExtendParentsOnAdd.apply(this, arguments);
8340 Graph.prototype.getPreferredSizeForCell = function(cell)
8342 var result = mxGraph.prototype.getPreferredSizeForCell.apply(this, arguments);
8363 Graph.prototype.turnShapes = function(cells, backwards)
8473 Graph.prototype.stencilHasPlaceholders = function(stencil)
8497 var graphProcessChange = Graph.prototype.processChange;
8498 Graph.prototype.processChange = function(change)
8539 Graph.prototype.invalidateDescendantsWithPlaceholders = function(cell)
8567 Graph.prototype.replaceElement = function(elt, tagName)
8570 var attributes = Array.prototype.slice.call(elt.attributes);
8584 Graph.prototype.processElements = function(elt, fn)
8600 Graph.prototype.updateLabelElements = function(cells, fn, tagName)
8634 Graph.prototype.cellLabelChanged = function(cell, value, autoSize)
8680 mxGraph.prototype.cellLabelChanged.apply(this, arguments);
8691 Graph.prototype.cellsRemoved = function(cells)
8743 mxGraph.prototype.cellsRemoved.apply(this, arguments);
8749 Graph.prototype.removeCellsAfterUngroup = function(cells)
8765 mxGraph.prototype.removeCellsAfterUngroup.apply(this, arguments);
8771 Graph.prototype.setLinkForCell = function(cell, link)
8779 Graph.prototype.setTooltipForCell = function(cell, link)
8796 Graph.prototype.getAttributeForCell = function(cell, attributeName, defaultValue)
8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue)
8838 var graphGetDropTarget = Graph.prototype.getDropTarget;
8839 Graph.prototype.getDropTarget = function(cells, evt, cell, clone)
8894 Graph.prototype.click = function(me)
8896 mxGraph.prototype.click.call(this, me);
8906 Graph.prototype.dblClick = function(evt, cell)
8911 mxGraph.prototype.dblClick.call(this, evt, cell);
8918 Graph.prototype.insertTextForEvent = function(evt, cell)
8952 Graph.prototype.getInsertPoint = function()
8972 Graph.prototype.getFreeInsertPoint = function()
8990 Graph.prototype.getCenterInsertPoint = function(bbox)
9016 Graph.prototype.isMouseInsertPoint = function()
9026 Graph.prototype.addText = function(x, y, state)
9086 Graph.prototype.addClickHandler = function(highlight, beforeClick, onClick)
9325 Graph.prototype.duplicateCells = function(cells, append)
9409 Graph.prototype.insertImage = function(newValue, w, h)
9450 Graph.prototype.insertLink = function(value)
9517 Graph.prototype.isCellResizable = function(cell)
9519 var result = mxGraph.prototype.isCellResizable.apply(this, arguments);
9538 Graph.prototype.distributeCells = function(horizontal, cells)
9625 Graph.prototype.isCloneEvent = function(evt)
9636 Graph.prototype.createSvgImageExport = function()
9652 Graph.prototype.parseBackgroundImage = function(json)
9668 Graph.prototype.getBackgroundImageObject = function(obj)
9679 Graph.prototype.getSvg = function(background, scale, border, nocrop, crisp,
9942 Graph.prototype.addForeignObjectWarning = function(canvas, root)
9982 Graph.prototype.updateSvgLinks = function(node, target, removeCustom)
10015 Graph.prototype.createSvgCanvas = function(node)
10027 Graph.prototype.getSelectedElement = function()
10052 Graph.prototype.getSelectedEditingElement = function()
10077 Graph.prototype.getParentByName = function(node, name, stopAt)
10100 Graph.prototype.getParentByNames = function(node, names, stopAt)
10123 Graph.prototype.selectNode = function(node)
10154 Graph.prototype.deleteCells = function(cells, includeEdges)
10213 Graph.prototype.insertTableColumn = function(cell, before)
10289 Graph.prototype.deleteLane = function(cell)
10334 Graph.prototype.insertLane = function(cell, before)
10370 Graph.prototype.insertTableRow = function(cell, before)
10440 Graph.prototype.deleteTableColumn = function(cell)
10524 Graph.prototype.deleteTableRow = function(cell)
10588 Graph.prototype.insertRow = function(table, index)
10614 Graph.prototype.deleteRow = function(table, index)
10622 Graph.prototype.insertColumn = function(table, index)
10651 Graph.prototype.deleteColumn = function(table, index)
10671 Graph.prototype.pasteHtmlAtCaret = function(html)
10712 Graph.prototype.createLinkForHint = function(link, label)
10770 Graph.prototype.initTouch = function()
10866 mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, [sender, me, popup]);
10873 mxCellEditor.prototype.isContentEditing = function()
10883 mxCellEditor.prototype.isTableSelected = function()
10893 mxCellEditor.prototype.isTextSelected = function()
10916 mxCellEditor.prototype.insertTab = function(spaces)
10954 mxCellEditor.prototype.alignText = function(align, evt)
10987 mxCellEditor.prototype.saveSelection = function()
11016 mxCellEditor.prototype.restoreSelection = function(savedSel)
11049 var mxCellRendererInitializeLabel = mxCellRenderer.prototype.initializeLabel;
11050 mxCellRenderer.prototype.initializeLabel = function(state)
11060 var mxConstraintHandlerUpdate = mxConstraintHandler.prototype.update;
11061 mxConstraintHandler.prototype.update = function(me, source)
11076 mxGuide.prototype.createGuideShape = function(horizontal)
11086 mxCellEditor.prototype.escapeCancelsEditing = false;
11091 var mxCellEditorStartEditing = mxCellEditor.prototype.startEditing;
11092 mxCellEditor.prototype.startEditing = function(cell, trigger)
11142 var cellEditorInstallListeners = mxCellEditor.prototype.installListeners;
11143 mxCellEditor.prototype.installListeners = function(elt)
11265 mxCellEditor.prototype.toggleViewMode = function()
11386 var mxCellEditorResize = mxCellEditor.prototype.resize;
11387 mxCellEditor.prototype.resize = function(state, trigger)
11448 mxCellEditorGetInitialValue = mxCellEditor.prototype.getInitialValue;
11449 mxCellEditor.prototype.getInitialValue = function(state, trigger)
11470 mxCellEditorGetCurrentValue = mxCellEditor.prototype.getCurrentValue;
11471 mxCellEditor.prototype.getCurrentValue = function(state)
11494 var mxCellEditorStopEditing = mxCellEditor.prototype.stopEditing;
11495 mxCellEditor.prototype.stopEditing = function(cancel)
11509 mxCellEditor.prototype.focusContainer = function()
11521 var mxCellEditorApplyValue = mxCellEditor.prototype.applyValue;
11522 mxCellEditor.prototype.applyValue = function(state, value)
11548 mxCellEditor.prototype.getBackgroundColor = function(state)
11568 mxCellEditor.prototype.getMinimumSize = function(state)
11578 mxGraphHandlerIsValidDropTarget = mxGraphHandler.prototype.isValidDropTarget;
11579 mxGraphHandler.prototype.isValidDropTarget = function(target, me)
11617 mxGraphView.prototype.formatUnitText = function(pixels)
11625 mxGraphHandler.prototype.updateHint = function(me)
11653 mxGraphHandler.prototype.removeHint = function()
11665 var stackLayoutResizeCell = mxStackLayout.prototype.resizeCell;
11666 mxStackLayout.prototype.resizeCell = function(cell, bounds)
11682 … var border = parseFloat(mxUtils.getValue(style, 'stackBorder', mxStackLayout.prototype.border));
11705 …var selectionCellsHandlerGetHandledSelectionCells = mxSelectionCellsHandler.prototype.getHandledSe…
11706 mxSelectionCellsHandler.prototype.getHandledSelectionCells = function()
11744 …var vertexHandlerCreateParentHighlightShape = mxVertexHandler.prototype.createParentHighlightShape;
11745 mxVertexHandler.prototype.createParentHighlightShape = function(bounds)
11758 var edgeHandlerCreateParentHighlightShape = mxEdgeHandler.prototype.createParentHighlightShape;
11759 mxEdgeHandler.prototype.createParentHighlightShape = function(bounds)
11772 mxVertexHandler.prototype.rotationHandleVSpacing = -12;
11773 mxVertexHandler.prototype.getRotationHandlePosition = function()
11784 mxVertexHandler.prototype.isRecursiveResize = function(state, me)
11793 mxVertexHandler.prototype.isCenteredEvent = function(state, me)
11806 var vertexHandlerIsRotationHandleVisible = mxVertexHandler.prototype.isRotationHandleVisible;
11807 mxVertexHandler.prototype.isRotationHandleVisible = function()
11818 mxVertexHandler.prototype.getSizerBounds = function()
11833 var vertexHandlerIsParentHighlightVisible = mxVertexHandler.prototype.isParentHighlightVisible;
11834 mxVertexHandler.prototype.isParentHighlightVisible = function()
11844 var vertexHandlerIsCustomHandleVisible = mxVertexHandler.prototype.isCustomHandleVisible;
11845 mxVertexHandler.prototype.isCustomHandleVisible = function(handle)
11856 mxVertexHandler.prototype.getSelectionBorderInset = function()
11875 var vertexHandlerGetSelectionBorderBounds = mxVertexHandler.prototype.getSelectionBorderBounds;
11876 mxVertexHandler.prototype.getSelectionBorderBounds = function()
11885 var vertexHandlerCreateCustomHandles = mxVertexHandler.prototype.createCustomHandles;
11886 mxVertexHandler.prototype.createCustomHandles = function()
12078 var vertexHandlerSetHandlesVisible = mxVertexHandler.prototype.setHandlesVisible;
12080 mxVertexHandler.prototype.setHandlesVisible = function(visible)
12104 mxVertexHandler.prototype.refreshMoveHandles = function()
12182 mxVertexHandler.prototype.refresh = function()
12203 var vertexHandlerGetHandlePadding = mxVertexHandler.prototype.getHandlePadding;
12204 mxVertexHandler.prototype.getHandlePadding = function()
12271 mxVertexHandler.prototype.updateHint = function(me)
12314 mxVertexHandler.prototype.removeHint = function()
12316 mxGraphHandler.prototype.removeHint.apply(this, arguments);
12327 var edgeHandlerMouseMove = mxEdgeHandler.prototype.mouseMove;
12329 mxEdgeHandler.prototype.mouseMove = function(sender, me)
12343 var edgeHandlerMouseUp = mxEdgeHandler.prototype.mouseUp;
12345 mxEdgeHandler.prototype.mouseUp = function(sender, me)
12358 mxEdgeHandler.prototype.updateHint = function(me, point)
12401 mxEdgeHandler.prototype.removeHint = mxVertexHandler.prototype.removeHint;
12407 …HoverIcons.prototype.mainHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-main.png'…
12408 …18, 18, '<circle cx="9" cy="9" r="5" stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '" s…
12409 …HoverIcons.prototype.secondaryHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-seco…
12411 …HoverIcons.prototype.fixedHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-fixed.pn…
12413 …HoverIcons.prototype.terminalHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-termi…
12414 …, 22, '<circle cx="11" cy="11" r="6" stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '" s…
12415 …HoverIcons.prototype.rotationHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-rotat…
12416 Graph.createSvgImage(16, 16, '<path stroke="' + HoverIcons.prototype.arrowFill +
12417 '" fill="' + HoverIcons.prototype.arrowFill +
12423 mxConstraintHandler.prototype.pointImage = Graph.createSvgImage(5, 5,
12425 '<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="' + HoverIcons.prototype.arrowFill + '"/>');
12429 mxVertexHandler.prototype.handleImage = HoverIcons.prototype.mainHandle;
12430 mxVertexHandler.prototype.secondaryHandleImage = HoverIcons.prototype.secondaryHandle;
12431 mxEdgeHandler.prototype.handleImage = HoverIcons.prototype.mainHandle;
12432 mxEdgeHandler.prototype.terminalHandleImage = HoverIcons.prototype.terminalHandle;
12433 mxEdgeHandler.prototype.fixedHandleImage = HoverIcons.prototype.fixedHandle;
12434 mxEdgeHandler.prototype.labelHandleImage = HoverIcons.prototype.secondaryHandle;
12435 mxOutline.prototype.sizerImage = HoverIcons.prototype.mainHandle;
12439 Sidebar.prototype.triangleUp = HoverIcons.prototype.triangleUp;
12440 Sidebar.prototype.triangleRight = HoverIcons.prototype.triangleRight;
12441 Sidebar.prototype.triangleDown = HoverIcons.prototype.triangleDown;
12442 Sidebar.prototype.triangleLeft = HoverIcons.prototype.triangleLeft;
12443 Sidebar.prototype.refreshTarget = HoverIcons.prototype.refreshTarget;
12444 Sidebar.prototype.roundDrop = HoverIcons.prototype.roundDrop;
12450 new Image().src = HoverIcons.prototype.mainHandle.src;
12451 new Image().src = HoverIcons.prototype.fixedHandle.src;
12452 new Image().src = HoverIcons.prototype.terminalHandle.src;
12453 new Image().src = HoverIcons.prototype.secondaryHandle.src;
12454 new Image().src = HoverIcons.prototype.rotationHandle.src;
12456 new Image().src = HoverIcons.prototype.triangleUp.src;
12457 new Image().src = HoverIcons.prototype.triangleRight.src;
12458 new Image().src = HoverIcons.prototype.triangleDown.src;
12459 new Image().src = HoverIcons.prototype.triangleLeft.src;
12460 new Image().src = HoverIcons.prototype.refreshTarget.src;
12461 new Image().src = HoverIcons.prototype.roundDrop.src;
12465 mxVertexHandler.prototype.rotationEnabled = true;
12466 mxVertexHandler.prototype.manageSizers = true;
12467 mxVertexHandler.prototype.livePreview = true;
12468 mxGraphHandler.prototype.maxLivePreview = 16;
12471 mxRubberband.prototype.defaultOpacity = 30;
12474 mxConnectionHandler.prototype.outlineConnect = true;
12475 mxCellHighlight.prototype.keepOnTop = true;
12476 mxVertexHandler.prototype.parentHighlightEnabled = true;
12478 mxEdgeHandler.prototype.parentHighlightEnabled = true;
12479 mxEdgeHandler.prototype.dblClickRemoveEnabled = true;
12480 mxEdgeHandler.prototype.straightRemoveEnabled = true;
12481 mxEdgeHandler.prototype.virtualBendsEnabled = true;
12482 mxEdgeHandler.prototype.mergeRemoveEnabled = true;
12483 mxEdgeHandler.prototype.manageLabelHandle = true;
12484 mxEdgeHandler.prototype.outlineConnect = true;
12487 mxEdgeHandler.prototype.isAddVirtualBendEvent = function(me)
12493 mxEdgeHandler.prototype.isCustomHandleEvent = function(me)
12506 mxShape.prototype.svgStrokeTolerance = 18;
12507 mxVertexHandler.prototype.tolerance = 12;
12508 mxEdgeHandler.prototype.tolerance = 12;
12509 Graph.prototype.tolerance = 12;
12511 mxVertexHandler.prototype.rotationHandleVSpacing = -16;
12515 mxConstraintHandler.prototype.getTolerance = function(me)
12522 mxPanningHandler.prototype.isPanningTrigger = function(me)
12532 var graphHandlerMouseDown = mxGraphHandler.prototype.mouseDown;
12533 mxGraphHandler.prototype.mouseDown = function(sender, me)
12547 mxPanningHandler.prototype.isPanningTrigger = function(me)
12559 mxRubberband.prototype.isSpaceEvent = function(me)
12567 mxRubberband.prototype.cancelled = false;
12570 mxRubberband.prototype.cancel = function()
12580 mxRubberband.prototype.mouseUp = function(sender, me)
12667 mxRubberband.prototype.mouseMove = function(sender, me)
12768 var mxRubberbandReset = mxRubberband.prototype.reset;
12769 mxRubberband.prototype.reset = function()
12784 var mxEdgeHandlerUpdatePreviewState = mxEdgeHandler.prototype.updatePreviewState;
12786 mxEdgeHandler.prototype.updatePreviewState = function(edge, point, terminalState, me)
12804 var mxEdgeHandlerIsOutlineConnectEvent = mxEdgeHandler.prototype.isOutlineConnectEvent;
12806 mxEdgeHandler.prototype.isOutlineConnectEvent = function(me)
12814 mxEdgeHandler.prototype.createHandleShape = function(index, virtual)
12847 var vertexHandlerCreateSizerShape = mxVertexHandler.prototype.createSizerShape;
12848 mxVertexHandler.prototype.createSizerShape = function(bounds, index, fillColor)
12850 …this.handleImage = (index == mxEvent.ROTATION_HANDLE) ? HoverIcons.prototype.rotationHandle : (ind…
12856 var mxGraphHandlerGetBoundingBox = mxGraphHandler.prototype.getBoundingBox;
12857 mxGraphHandler.prototype.getBoundingBox = function(cells)
12881 var mxGraphHandlerGetGuideStates = mxGraphHandler.prototype.getGuideStates;
12883 mxGraphHandler.prototype.getGuideStates = function()
12901 var mxVertexHandlerGetSelectionBounds = mxVertexHandler.prototype.getSelectionBounds;
12902 mxVertexHandler.prototype.getSelectionBounds = function(state)
12922 var mxVertexHandlerMouseDown = mxVertexHandler.prototype.mouseDown;
12923 mxVertexHandler.prototype.mouseDown = function(sender, me)
12940 mxVertexHandler.prototype.rotateClick = function()
12957 var vertexHandlerMouseMove = mxVertexHandler.prototype.mouseMove;
12960 mxVertexHandler.prototype.mouseMove = function(sender, me)
12978 var vertexHandlerMouseUp = mxVertexHandler.prototype.mouseUp;
12980 mxVertexHandler.prototype.mouseUp = function(sender, me)
12999 var vertexHandlerInit = mxVertexHandler.prototype.init;
13000 mxVertexHandler.prototype.init = function()
13076 mxVertexHandler.prototype.updateLinkHint = function(link, links)
13161 mxEdgeHandler.prototype.updateLinkHint = mxVertexHandler.prototype.updateLinkHint;
13164 var edgeHandlerInit = mxEdgeHandler.prototype.init;
13165 mxEdgeHandler.prototype.init = function()
13212 var connectionHandlerInit = mxConnectionHandler.prototype.init;
13214 mxConnectionHandler.prototype.init = function()
13225 var vertexHandlerRedrawHandles = mxVertexHandler.prototype.redrawHandles;
13226 mxVertexHandler.prototype.redrawHandles = function()
13302 var vertexHandlerDestroy = mxVertexHandler.prototype.destroy;
13303 mxVertexHandler.prototype.destroy = function()
13358 var edgeHandlerRedrawHandles = mxEdgeHandler.prototype.redrawHandles;
13359 mxEdgeHandler.prototype.redrawHandles = function()
13383 var edgeHandlerReset = mxEdgeHandler.prototype.reset;
13384 mxEdgeHandler.prototype.reset = function()
13394 var edgeHandlerDestroy = mxEdgeHandler.prototype.destroy;
13395 mxEdgeHandler.prototype.destroy = function()