Lines Matching refs:prototype

83 Format.prototype.labelIndex = 0;
88 Format.prototype.diagramIndex = 0;
93 Format.prototype.currentIndex = 0;
98 Format.prototype.showCloseButton = true;
103 Format.prototype.roundableShapes = ['label', 'rectangle', 'internalStorage', 'corner',
111 Format.prototype.init = function()
150 Format.prototype.clearSelectionState = function()
158 Format.prototype.getSelectionState = function()
171 Format.prototype.createSelectionState = function()
194 Format.prototype.initSelectionState = function()
205 Format.prototype.updateSelectionStateForCell = function(result, cell, cells, initial)
311 Format.prototype.isFillState = function(state)
323 Format.prototype.isStrokeState = function(state)
331 Format.prototype.isSpecialColor = function(color)
341 Format.prototype.isGlassState = function(state)
353 Format.prototype.isRoundedState = function(state)
363 Format.prototype.isLineJumpState = function(state)
374 Format.prototype.isAutoSizeState = function(state)
382 Format.prototype.isImageState = function(state)
392 Format.prototype.isShadowState = function(state)
402 Format.prototype.clear = function()
421 Format.prototype.refresh = function()
438 Format.prototype.immediateRefresh = function()
595 img.setAttribute('src', Dialog.prototype.closeImage);
700 BaseFormatPanel.prototype.buttonBackgroundColor = 'white';
705 BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValue, min, max, unit, …
826 BaseFormatPanel.prototype.createPanel = function()
838 BaseFormatPanel.prototype.createTitle = function(title)
854 BaseFormatPanel.prototype.createStepper = function(input, update, step, height, disableFocus, defau…
979 BaseFormatPanel.prototype.createOption = function(label, isCheckedFn, setCheckedFn, listener, fn)
1072 BaseFormatPanel.prototype.createCellOption = function(label, key, defaultValue, enabledValue, disab…
1141 BaseFormatPanel.prototype.createColorOption = function(label, getColorFn, setColorFn,
1194 var name = ColorDialog.prototype.colorNames[clr];
1280 var name = ColorDialog.prototype.colorNames[clr];
1321 BaseFormatPanel.prototype.createCellColorOption = function(label, colorKey, defaultColor, callbackF…
1386 BaseFormatPanel.prototype.addArrow = function(elt, height)
1416 img.setAttribute('src', Toolbar.prototype.dropDownImage);
1452 BaseFormatPanel.prototype.addUnitInput = function(container, unit, right, width, update, step, marg…
1480 BaseFormatPanel.prototype.createRelativeOption = function(label, key, width, handler, init)
1571 BaseFormatPanel.prototype.addLabel = function(div, title, right, width)
1588 BaseFormatPanel.prototype.addKeyHandler = function(input, listener)
1613 BaseFormatPanel.prototype.styleButtons = function(elts)
1634 BaseFormatPanel.prototype.destroy = function()
1661 ArrangePanel.prototype.init = function()
1714 ArrangePanel.prototype.addTable = function(div)
1897 ArrangePanel.prototype.addLayerOps = function(div)
1953 ArrangePanel.prototype.addGroupOps = function(div)
2173 ArrangePanel.prototype.addAlign = function(div)
2212 ArrangePanel.prototype.addFlip = function(div)
2252 ArrangePanel.prototype.addDistribute = function(div)
2287 ArrangePanel.prototype.addAngle = function(div)
2375 BaseFormatPanel.prototype.getUnit = function()
2392 BaseFormatPanel.prototype.inUnit = function(pixels)
2397 BaseFormatPanel.prototype.fromUnit = function(value)
2414 BaseFormatPanel.prototype.isFloatUnit = function()
2419 BaseFormatPanel.prototype.getUnitStep = function()
2439 ArrangePanel.prototype.addGeometry = function(container)
2729 ArrangePanel.prototype.addGeometryHandler = function(input, fn)
2802 ArrangePanel.prototype.addEdgeGeometryHandler = function(input, fn)
2868 ArrangePanel.prototype.addEdgeGeometry = function(container)
2898 …ls.getValue(rect.style, 'width', mxCellRenderer.defaultShapes['flexArrow'].prototype.defaultWidth))
2979 mxCellRenderer.defaultShapes['flexArrow'].prototype.defaultWidth);
3058 TextFormatPanel.prototype.init = function()
3067 TextFormatPanel.prototype.addFont = function(container)
3429 …var inputUpdate = this.installInputHandler(input, mxConstants.STYLE_FONTSIZE, Menus.prototype.defa…
3564 var stepper = this.createStepper(input, inputUpdate, 1, 10, true, Menus.prototype.defaultFontSize);
4145 ….nodeValue = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTFAMILY, Menus.prototype.defaultFont);
4151 …var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSIZE, Menus.prototype.defaul…
4554 StyleFormatPanel.prototype.defaultStrokeColor = 'black';
4559 StyleFormatPanel.prototype.init = function()
4601 StyleFormatPanel.prototype.getCssRules = function(css)
4615 StyleFormatPanel.prototype.addSvgStyles = function(container)
4664 StyleFormatPanel.prototype.addSvgRule = function(container, rule, svg, styleElem, rules, ruleIndex,…
4734 StyleFormatPanel.prototype.addEditOps = function(div)
4783 StyleFormatPanel.prototype.addFill = function(container)
4936 StyleFormatPanel.prototype.getCustomColors = function()
4952 StyleFormatPanel.prototype.addStroke = function(container)
5690 StyleFormatPanel.prototype.addLineJumps = function(container)
5797 StyleFormatPanel.prototype.addEffects = function(div)
5881 StyleFormatPanel.prototype.addStyleOps = function(div)
5912 DiagramStylePanel.prototype.init = function()
5930 DiagramStylePanel.prototype.addView = function(div)
6203 var result = mxUtils.clone(Graph.prototype.getCellStyle.apply(this, arguments));
6536 DiagramStylePanel.prototype.destroy = function()
6538 BaseFormatPanel.prototype.destroy.apply(this, arguments);
6566 DiagramFormatPanel.prototype.showBackgroundImageOption = true;
6571 DiagramFormatPanel.prototype.init = function()
6590 DiagramFormatPanel.prototype.addView = function(div)
6695 DiagramFormatPanel.prototype.addOptions = function(div)
6784 DiagramFormatPanel.prototype.addGridOption = function(container)
6827 mxGraph.prototype.gridSize = value;
6895 DiagramFormatPanel.prototype.addDocumentProperties = function(div)
6910 DiagramFormatPanel.prototype.addPaperSize = function(div)
6957 DiagramFormatPanel.prototype.addStyleOps = function(div)
6986 DiagramFormatPanel.prototype.destroy = function()
6988 BaseFormatPanel.prototype.destroy.apply(this, arguments);