Lines Matching refs:mxConstants

181 		if (mxUtils.getValue(style, mxConstants.STYLE_EDITABLE, '1') != '0')
302 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
313 return !this.isSpecialColor(state.style[mxConstants.STYLE_FILLCOLOR]) &&
315 mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null) == 'arrow' ||
316 mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null) == 'filledEdge' ||
317 mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null) == 'flexArrow');
325 return !this.isSpecialColor(state.style[mxConstants.STYLE_STROKECOLOR]);
333 return mxUtils.indexOf([mxConstants.STYLE_STROKECOLOR,
334 mxConstants.STYLE_FILLCOLOR, 'inherit', 'swimlane',
343 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
357 mxConstants.STYLE_SHAPE, null)) >= 0;
365 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
366 var curved = mxUtils.getValue(state.style, mxConstants.STYLE_CURVED, false);
376 return mxUtils.getValue(state.style, mxConstants.STYLE_AUTOSIZE, null) == '1';
384 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
394 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
724 if (!isNaN(value) && key == mxConstants.STYLE_ROTATION)
766 if (key == mxConstants.STYLE_FONTSIZE)
1179 var tempColor = (color != null && color != mxConstants.NONE) ? color : defaultValue;
1191 if (color != null && color != mxConstants.NONE && color.length > 1 && typeof color === 'string')
1198 if (color != null && color != mxConstants.NONE)
1297 if (!cb.checked && value != null && value != mxConstants.NONE &&
1298 defaultColor != mxConstants.NONE)
1303 apply((cb.checked) ? defaultColor : mxConstants.NONE);
1359 }, defaultColor || mxConstants.NONE,
2189 function() { graph.alignCells(mxConstants.ALIGN_LEFT); }, stylePanel);
2191 function() { graph.alignCells(mxConstants.ALIGN_CENTER); }, stylePanel);
2193 function() { graph.alignCells(mxConstants.ALIGN_RIGHT); }, stylePanel);
2196 function() { graph.alignCells(mxConstants.ALIGN_TOP); }, stylePanel);
2198 function() { graph.alignCells(mxConstants.ALIGN_MIDDLE); }, stylePanel);
2200 function() { graph.alignCells(mxConstants.ALIGN_BOTTOM); }, stylePanel);
2229 graph.toggleCellStyles(mxConstants.STYLE_FLIPH, false);
2239 graph.toggleCellStyles(mxConstants.STYLE_FLIPV, false);
2359 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_ROTATION, 0));
2364 update = this.installInputHandler(input, mxConstants.STYLE_ROTATION, 0, 0, 360, '°', null, true);
2381 case mxConstants.POINTS:
2383 case mxConstants.INCHES:
2385 case mxConstants.MILLIMETERS:
2387 case mxConstants.METERS:
2403 case mxConstants.POINTS:
2405 case mxConstants.INCHES:
2406 return value * mxConstants.PIXELS_PER_INCH;
2407 case mxConstants.MILLIMETERS:
2408 return value * mxConstants.PIXELS_PER_MM;
2409 case mxConstants.METERS:
2410 return value * mxConstants.PIXELS_PER_MM * 1000;
2416 return this.editorUi.editor.graph.view.unit != mxConstants.POINTS;
2425 case mxConstants.POINTS:
2427 case mxConstants.INCHES:
2429 case mxConstants.MILLIMETERS:
2431 case mxConstants.METERS:
2514 mxConstants.STYLE_ASPECT, null, 'fixed', 'null');
3157 graph.cellEditor.alignText(mxConstants.ALIGN_LEFT, evt);
3159 'keys', [mxConstants.STYLE_ALIGN],
3160 'values', [mxConstants.ALIGN_LEFT],
3162 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A…
3167 graph.cellEditor.alignText(mxConstants.ALIGN_CENTER, evt);
3169 'keys', [mxConstants.STYLE_ALIGN],
3170 'values', [mxConstants.ALIGN_CENTER],
3172 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A…
3177 graph.cellEditor.alignText(mxConstants.ALIGN_RIGHT, evt);
3179 'keys', [mxConstants.STYLE_ALIGN],
3180 'values', [mxConstants.ALIGN_RIGHT],
3182 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A…
3205 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN],
3206 [mxConstants.ALIGN_TOP])), stylePanel3);
3208 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN],
3209 [mxConstants.ALIGN_MIDDLE])), stylePanel3);
3211 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN],
3212 [mxConstants.ALIGN_BOTTOM])), stylePanel3);
3316 …var lset = {'topLeft': [mxConstants.ALIGN_LEFT, mxConstants.ALIGN_TOP, mxConstants.ALIGN_RIGHT, mx…
3317 …'top': [mxConstants.ALIGN_CENTER, mxConstants.ALIGN_TOP, mxConstants.ALIGN_CENTER, mxConstants.ALI…
3318 …'topRight': [mxConstants.ALIGN_RIGHT, mxConstants.ALIGN_TOP, mxConstants.ALIGN_LEFT, mxConstants.A…
3319 …'left': [mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, mxConstants.ALIGN_RIGHT, mxConstants.AL…
3320 …'center': [mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, mxConstants.ALIGN_CENTER, mxConstan…
3321 …'right': [mxConstants.ALIGN_RIGHT, mxConstants.ALIGN_MIDDLE, mxConstants.ALIGN_LEFT, mxConstants.A…
3322 …'bottomLeft': [mxConstants.ALIGN_LEFT, mxConstants.ALIGN_BOTTOM, mxConstants.ALIGN_RIGHT, mxConsta…
3323 …'bottom': [mxConstants.ALIGN_CENTER, mxConstants.ALIGN_BOTTOM, mxConstants.ALIGN_CENTER, mxConstan…
3324 …'bottomRight': [mxConstants.ALIGN_RIGHT, mxConstants.ALIGN_BOTTOM, mxConstants.ALIGN_LEFT, mxConst…
3361 'leftToRight': mxConstants.TEXT_DIRECTION_LTR,
3362 'rightToLeft': mxConstants.TEXT_DIRECTION_RTL};
3387 graph.setCellStyles(mxConstants.STYLE_LABEL_POSITION, vals[0], ss.cells);
3388 graph.setCellStyles(mxConstants.STYLE_VERTICAL_LABEL_POSITION, vals[1], ss.cells);
3389 graph.setCellStyles(mxConstants.STYLE_ALIGN, vals[2], ss.cells);
3390 graph.setCellStyles(mxConstants.STYLE_VERTICAL_ALIGN, vals[3], ss.cells);
3407 graph.setCellStyles(mxConstants.STYLE_TEXT_DIRECTION, dirSet[dirSelect.value], ss.cells);
3429 …var inputUpdate = this.installInputHandler(input, mxConstants.STYLE_FONTSIZE, Menus.prototype.defa…
3470 'keys', [mxConstants.STYLE_FONTSIZE],
3476 container.nodeType != mxConstants.NODETYPE_ELEMENT)
3486 if (container != null && container.nodeType == mxConstants.NODETYPE_ELEMENT)
3585 document.execCommand('backcolor', false, (color != mxConstants.NONE) ? color : 'transparent');
3587 'keys', [mxConstants.STYLE_LABEL_BACKGROUNDCOLOR],
3594 mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, 'default', null, function(color)
3604 mxConstants.STYLE_LABEL_BORDERCOLOR, 'default', null, null,
3631 document.execCommand('forecolor', false, (color != mxConstants.NONE) ?
3634 'keys', [mxConstants.STYLE_FONTCOLOR],
3673 document.execCommand('forecolor', false, (color != mxConstants.NONE) ?
3676 'keys', [mxConstants.STYLE_FONTCOLOR],
3679 }, (defs[mxConstants.STYLE_FONTCOLOR] != null) ? defs[mxConstants.STYLE_FONTCOLOR] : '#000000',
3684 mxConstants.STYLE_FONTCOLOR, 'default', function(color)
3686 if (color == mxConstants.NONE)
3698 if (color == mxConstants.NONE)
3700 graph.setCellStyles(mxConstants.STYLE_NOLABEL, '1', ss.cells);
3704 graph.setCellStyles(mxConstants.STYLE_NOLABEL, null, ss.cells);
3707 graph.setCellStyles(mxConstants.STYLE_FONTCOLOR, color, ss.cells);
3743 var wwOpt = this.createCellOption(mxResources.get('wordWrap'), mxConstants.STYLE_WHITE_SPACE,
3809 …container.appendChild(this.createRelativeOption(mxResources.get('opacity'), mxConstants.STYLE_TEXT…
3831 while (node != null && node.nodeType != mxConstants.NODETYPE_ELEMENT)
4030 if (newColor == null || newColor == mxConstants.NONE)
4065 if (newColor == null || newColor == mxConstants.NONE)
4141 var fontStyle = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSTYLE, 0);
4142 setSelected(fontStyleItems[0], (fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD);
4143 setSelected(fontStyleItems[1], (fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC);
4144 …setSelected(fontStyleItems[2], (fontStyle & mxConstants.FONT_UNDERLINE) == mxConstants.FONT_UNDERL…
4145 …fontMenu.firstChild.nodeValue = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTFAMILY, Menus.pro…
4147 setSelected(verticalItem, mxUtils.getValue(ss.style, mxConstants.STYLE_HORIZONTAL, '1') == '0');
4151 …var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSIZE, Menus.prototype.defaul…
4155 var align = mxUtils.getValue(ss.style, mxConstants.STYLE_ALIGN, mxConstants.ALIGN_CENTER);
4156 setSelected(left, align == mxConstants.ALIGN_LEFT);
4157 setSelected(center, align == mxConstants.ALIGN_CENTER);
4158 setSelected(right, align == mxConstants.ALIGN_RIGHT);
4160 …var valign = mxUtils.getValue(ss.style, mxConstants.STYLE_VERTICAL_ALIGN, mxConstants.ALIGN_MIDDLE…
4161 setSelected(top, valign == mxConstants.ALIGN_TOP);
4162 setSelected(middle, valign == mxConstants.ALIGN_MIDDLE);
4163 setSelected(bottom, valign == mxConstants.ALIGN_BOTTOM);
4165 var pos = mxUtils.getValue(ss.style, mxConstants.STYLE_LABEL_POSITION, mxConstants.ALIGN_CENTER);
4166 …var vpos = mxUtils.getValue(ss.style, mxConstants.STYLE_VERTICAL_LABEL_POSITION, mxConstants.ALIGN…
4168 if (pos == mxConstants.ALIGN_LEFT && vpos == mxConstants.ALIGN_TOP)
4172 else if (pos == mxConstants.ALIGN_CENTER && vpos == mxConstants.ALIGN_TOP)
4176 else if (pos == mxConstants.ALIGN_RIGHT && vpos == mxConstants.ALIGN_TOP)
4180 else if (pos == mxConstants.ALIGN_LEFT && vpos == mxConstants.ALIGN_BOTTOM)
4184 else if (pos == mxConstants.ALIGN_CENTER && vpos == mxConstants.ALIGN_BOTTOM)
4188 else if (pos == mxConstants.ALIGN_RIGHT && vpos == mxConstants.ALIGN_BOTTOM)
4192 else if (pos == mxConstants.ALIGN_LEFT)
4196 else if (pos == mxConstants.ALIGN_RIGHT)
4205 …var dir = mxUtils.getValue(ss.style, mxConstants.STYLE_TEXT_DIRECTION, mxConstants.DEFAULT_TEXT_DI…
4207 if (dir == mxConstants.TEXT_DIRECTION_RTL)
4211 else if (dir == mxConstants.TEXT_DIRECTION_LTR)
4215 else if (dir == mxConstants.TEXT_DIRECTION_AUTO)
4222 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_SPACING, 2));
4228 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_SPACING_TOP, 0));
4234 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_SPACING_RIGHT, 0));
4240 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_SPACING_BOTTOM, 0));
4246 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_SPACING_LEFT, 0));
4251 …globalUpdate = this.installInputHandler(globalSpacing, mxConstants.STYLE_SPACING, 2, -999, 999, ' …
4252 …topUpdate = this.installInputHandler(topSpacing, mxConstants.STYLE_SPACING_TOP, 0, -999, 999, ' pt…
4253 …rightUpdate = this.installInputHandler(rightSpacing, mxConstants.STYLE_SPACING_RIGHT, 0, -999, 999…
4254 …bottomUpdate = this.installInputHandler(bottomSpacing, mxConstants.STYLE_SPACING_BOTTOM, 0, -999, …
4255 …leftUpdate = this.installInputHandler(leftSpacing, mxConstants.STYLE_SPACING_LEFT, 0, -999, 999, '…
4316 return mxConstants.DEFAULT_FONTSIZE;
4402 …gn = graph.cellEditor.align || mxUtils.getValue(ss.style, mxConstants.STYLE_ALIGN, mxConstants.ALI…
4414 setSelected(left, align == mxConstants.ALIGN_LEFT);
4415 setSelected(center, align == mxConstants.ALIGN_CENTER);
4416 setSelected(right, align == mxConstants.ALIGN_RIGHT);
4581 …var opacityPanel = this.createRelativeOption(mxResources.get('opacity'), mxConstants.STYLE_OPACITY…
4703 graph.setCellStyles(mxConstants.STYLE_IMAGE, 'data:image/svg+xml,' +
4816 …var gradientPanel = this.createCellColorOption(mxResources.get('gradient'), mxConstants.STYLE_GRAD…
4817 …(defs[mxConstants.STYLE_GRADIENTCOLOR] != null) ? defs[mxConstants.STYLE_GRADIENTCOLOR] : '#ffffff…
4819 if (color == null || color == mxConstants.NONE)
4829 graph.updateCellStyles(mxConstants.STYLE_GRADIENTCOLOR, color, graph.getSelectionCells());
4832 …var fillKey = (ss.style.shape == 'image') ? mxConstants.STYLE_IMAGE_BACKGROUND : mxConstants.STYLE…
4842 gradientPanel.style.display = (tmpColor != null && tmpColor != mxConstants.NONE &&
4845 var directions = [mxConstants.DIRECTION_NORTH, mxConstants.DIRECTION_EAST,
4846 mxConstants.DIRECTION_SOUTH, mxConstants.DIRECTION_WEST,
4847 mxConstants.DIRECTION_RADIAL];
4872 …var value = mxUtils.getValue(ss.style, mxConstants.STYLE_GRADIENT_DIRECTION, mxConstants.DIRECTION…
4878 value = mxConstants.DIRECTION_SOUTH;
4885 var fillColor = mxUtils.getValue(ss.style, mxConstants.STYLE_FILLCOLOR, null);
4887 …if (!ss.fill || ss.containsImage || fillColor == null || fillColor == mxConstants.NONE || ss.style…
4905 graph.setCellStyles(mxConstants.STYLE_GRADIENT_DIRECTION, gradientSelect.value, ss.cells);
4906 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_GRADIENT_DIRECTION],
4997 var keys = [mxConstants.STYLE_ROUNDED, mxConstants.STYLE_CURVED];
5032 …var strokeKey = (ss.style.shape == 'image') ? mxConstants.STYLE_IMAGE_BORDER : mxConstants.STYLE_S…
5074 …addItem(menu, 75, 'solid', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], [null, null…
5075 …addItem(menu, 75, 'dashed', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', null…
5076 …addItem(menu, 75, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 1…
5077 …addItem(menu, 75, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 2…
5078 …addItem(menu, 75, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 4…
5086 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m…
5087 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m…
5088 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m…
5089 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m…
5094 …addItem(menu, 33, 'solid', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], [null, null…
5095 …addItem(menu, 33, 'dashed', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', null…
5096 …addItem(menu, 33, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 1…
5097 …addItem(menu, 33, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 2…
5098 …addItem(menu, 33, 'dotted', [mxConstants.STYLE_DASHED, mxConstants.STYLE_DASH_PATTERN], ['1', '1 4…
5127 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5129 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5130 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_STROKEWIDTH],
5144 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5146 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5147 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_STROKEWIDTH],
5178 …his.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mx…
5179 …his.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mx…
5180 …menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYL…
5181 …menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYL…
5182 …menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYL…
5183 …menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYL…
5187 …his.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mx…
5190 …his.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mx…
5198 … this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5208 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5209 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5210 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5211 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5212 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5213 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5214 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5215 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5216 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5217 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5218 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5219 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5220 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5221 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5222 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5223 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5224 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5225 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5226 …(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW, 'startFill'], [mxCon…
5227 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5228 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5229 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5230 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5231 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5232 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5233 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5234 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5235 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5236 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5237 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5238 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5239 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5240 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5241 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW…
5245 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_STARTARROW], [mxConstants.ARROW_B…
5256 … = this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5266 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5267 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5268 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5269 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5270 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5271 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5272 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5273 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5274 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5275 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5276 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5277 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5278 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5279 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5280 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5281 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5282 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5283 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5284 …on(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, 'endFill'], [mxConst…
5285 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5286 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5287 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5288 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5289 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5290 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5291 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5292 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5293 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5294 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5295 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5296 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5297 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5298 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5299 …Format.processMenuIcon(this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW, …
5303 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_ENDARROW], [mxConstants.ARROW_BLO…
5451 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1));
5457 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1));
5463 if (mxUtils.getValue(ss.style, mxConstants.STYLE_CURVED, null) == '1')
5467 else if (mxUtils.getValue(ss.style, mxConstants.STYLE_ROUNDED, null) == '1')
5472 if (mxUtils.getValue(ss.style, mxConstants.STYLE_DASHED, null) == '1')
5474 if (mxUtils.getValue(ss.style, mxConstants.STYLE_DASH_PATTERN, null) == null)
5495 var es = mxUtils.getValue(ss.style, mxConstants.STYLE_EDGE, null);
5497 if (mxUtils.getValue(ss.style, mxConstants.STYLE_NOEDGESTYLE, null) == '1')
5502 …if (es == 'orthogonalEdgeStyle' && mxUtils.getValue(ss.style, mxConstants.STYLE_CURVED, null) == '…
5517 mxConstants.STYLE_ELBOW, null) == 'vertical') ?
5523 mxConstants.STYLE_ELBOW, null) == 'vertical') ?
5603 var sourceDiv = updateArrow(mxUtils.getValue(ss.style, mxConstants.STYLE_STARTARROW, null),
5605 var targetDiv = updateArrow(mxUtils.getValue(ss.style, mxConstants.STYLE_ENDARROW, null),
5638 …var tmp = parseInt(mxUtils.getValue(ss.style, mxConstants.STYLE_STARTSIZE, mxConstants.DEFAULT_MAR…
5644 var tmp = parseInt(mxUtils.getValue(ss.style, mxConstants.STYLE_SOURCE_PERIMETER_SPACING, 0));
5650 …var tmp = parseInt(mxUtils.getValue(ss.style, mxConstants.STYLE_ENDSIZE, mxConstants.DEFAULT_MARKE…
5656 var tmp = parseInt(mxUtils.getValue(ss.style, mxConstants.STYLE_TARGET_PERIMETER_SPACING, 0));
5662 var tmp = parseInt(mxUtils.getValue(ss.style, mxConstants.STYLE_PERIMETER_SPACING, 0));
5667 …startSizeUpdate = this.installInputHandler(startSize, mxConstants.STYLE_STARTSIZE, mxConstants.DEF…
5668 …startSpacingUpdate = this.installInputHandler(startSpacing, mxConstants.STYLE_SOURCE_PERIMETER_SPA…
5669 …endSizeUpdate = this.installInputHandler(endSize, mxConstants.STYLE_ENDSIZE, mxConstants.DEFAULT_M…
5670 …endSpacingUpdate = this.installInputHandler(endSpacing, mxConstants.STYLE_TARGET_PERIMETER_SPACING…
5671 …perimeterUpdate = this.installInputHandler(perimeterSpacing, mxConstants.STYLE_PERIMETER_SPACING, …
5850 addOption(mxResources.get('rounded'), mxConstants.STYLE_ROUNDED, 0);
5860 addOption(mxResources.get('shadow'), mxConstants.STYLE_SHADOW, 0);
5865 addOption(mxResources.get('glass'), mxConstants.STYLE_GLASS, 0);
6078 if ((style[styles[j]] != null && style[styles[j]] != mxConstants.NONE) ||
6079 (styles[j] != mxConstants.STYLE_FILLCOLOR &&
6080 styles[j] != mxConstants.STYLE_STROKECOLOR))
6102 style[styles[j]] != mxConstants.NONE) ||
6103 (styles[j] != mxConstants.STYLE_FILLCOLOR &&
6104 styles[j] != mxConstants.STYLE_STROKECOLOR)))
6141 result[key] != mxConstants.NONE) ||
6142 (key != mxConstants.STYLE_FILLCOLOR &&
6143 key != mxConstants.STYLE_STROKECOLOR)))
6851 if (color == mxConstants.NONE)