Lines Matching refs:getValue

181 		if (mxUtils.getValue(style, mxConstants.STYLE_EDITABLE, '1') != '0')
302 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
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');
343 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
356 mxUtils.indexOf(this.roundableShapes, mxUtils.getValue(state.style,
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);
752 else if (value != mxUtils.getValue(this.format.getSelectionState().style, key, defaultValue))
1086 return mxUtils.getValue(style, key, defaultValue) != disabledValue;
1126 apply(mxUtils.getValue(style, key, defaultValue) != disabledValue);
1335 return mxUtils.getValue(state.style, colorKey, null);
1370 apply(mxUtils.getValue(state.style, colorKey, null), true);
1503 if (state != null && value != mxUtils.getValue(state.style, key, 100))
1532 var tmp = parseInt(mxUtils.getValue(ss.style, key, 100));
2359 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_ROTATION, 0));
2898 …if (value != mxUtils.getValue(rect.style, 'width', mxCellRenderer.defaultShapes['flexArrow'].proto…
2978 var value = mxUtils.getValue(rect.style, 'width',
4141 var fontStyle = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSTYLE, 0);
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);
4160 …var valign = mxUtils.getValue(ss.style, mxConstants.STYLE_VERTICAL_ALIGN, mxConstants.ALIGN_MIDDLE…
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…
4205 …var dir = mxUtils.getValue(ss.style, mxConstants.STYLE_TEXT_DIRECTION, mxConstants.DEFAULT_TEXT_DI…
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));
4402 …var align = graph.cellEditor.align || mxUtils.getValue(ss.style, mxConstants.STYLE_ALIGN, mxConsta…
4841 var tmpColor = mxUtils.getValue(ss.style, fillKey, null);
4872 …var value = mxUtils.getValue(ss.style, mxConstants.STYLE_GRADIENT_DIRECTION, mxConstants.DIRECTION…
4873 var fillStyle = mxUtils.getValue(ss.style, 'fillStyle', 'auto');
4885 var fillColor = mxUtils.getValue(ss.style, mxConstants.STYLE_FILLCOLOR, null);
5127 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5144 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5447 var color = mxUtils.getValue(ss.style, strokeKey, null);
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) == '…
5516 edgeStyleDiv.className = 'geSprite ' + ((mxUtils.getValue(ss.style,
5522 edgeStyleDiv.className = 'geSprite ' + ((mxUtils.getValue(ss.style,
5603 var sourceDiv = updateArrow(mxUtils.getValue(ss.style, mxConstants.STYLE_STARTARROW, null),
5604 mxUtils.getValue(ss.style, 'startFill', '1'), lineStart, 'start');
5605 var targetDiv = updateArrow(mxUtils.getValue(ss.style, mxConstants.STYLE_ENDARROW, null),
5606 mxUtils.getValue(ss.style, 'endFill', '1'), lineEnd, 'end');
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));
5771 styleSelect.value = mxUtils.getValue(ss.style, 'jumpStyle', 'none');
5775 var tmp = parseInt(mxUtils.getValue(ss.style, 'jumpSize', Graph.defaultJumpSize));