Lines Matching refs:getValue

244 		mxUtils.getValue(this.style, 'clipSvg', '0') == '1')
946 …((this.currentState == null || mxUtils.getValue(this.currentState.style, 'outlineConnect', '1') !=…
1106 return mxUtils.getValue(state.style, 'locked', '0') == '1';
1141 if (mxUtils.getValue(this.getCurrentCellStyle(cell), 'locked', '0') == '1')
2246 var size = parseInt(mxUtils.getValue(style, mxConstants.STYLE_STARTSIZE, 0));
2255 size = parseInt(mxUtils.getValue(style, mxConstants.STYLE_STARTSIZE, 0));
2439 …!this.isCellCollapsed(state.cell) && mxUtils.getValue(state.style, 'recursiveResize', '1') == '1' …
2440 mxUtils.getValue(state.style, 'childLayout', null) == null;
2465 return mxUtils.getValue(this.getCurrentCellStyle(cell), 'part', '0') == '1' ||
2939 stackLayout.resizeParentMax = mxUtils.getValue(style, 'resizeParentMax', '1') == '1';
2940 stackLayout.horizontal = mxUtils.getValue(style, 'horizontalStack', '1') == '1';
2941 stackLayout.resizeParent = mxUtils.getValue(style, 'resizeParent', '1') == '1';
2942 stackLayout.resizeLast = mxUtils.getValue(style, 'resizeLast', '0') == '1';
2954 stackLayout.gridSize = parseFloat(mxUtils.getValue(style, 'stackUnitSize', 20));
2962 treeLayout.horizontal = mxUtils.getValue(style, 'horizontalTree', '1') == '1';
2963 treeLayout.resizeParent = mxUtils.getValue(style, 'resizeParent', '1') == '1';
2964 treeLayout.groupPadding = mxUtils.getValue(style, 'parentPadding', 20);
2965 treeLayout.levelDistance = mxUtils.getValue(style, 'treeLevelDistance', 30);
2974 var flowLayout = new mxHierarchicalLayout(this.graph, mxUtils.getValue(style,
2976 flowLayout.resizeParent = mxUtils.getValue(style, 'resizeParent', '1') == '1';
2977 flowLayout.parentBorder = mxUtils.getValue(style, 'parentPadding', 20);
2981 flowLayout.intraCellSpacing = mxUtils.getValue(style, 'intraCellSpacing',
2983 flowLayout.interRankCellSpacing = mxUtils.getValue(style, 'interRankCellSpacing',
2985 flowLayout.interHierarchySpacing = mxUtils.getValue(style, 'interHierarchySpacing',
2987 flowLayout.parallelEdgeSpacing = mxUtils.getValue(style, 'parallelEdgeSpacing',
3400 result = mxUtils.getValue(style, 'ignoreEdge', '0') == '1';
3441 mxUtils.getValue(style, 'labelMovable', '0') == '1')));
4197 var value = this.model.getValue(cell);
4344 return mxEvent.isShiftDown(evt) || mxUtils.getValue(state.style, 'moveCells', '0') == '1';
4613 return this.foldingEnabled && mxUtils.getValue(style,
5350 mxUtils.getValue(es.style, mxConstants.STYLE_EDGE, null) === 'orthogonalEdgeStyle')
5686 mxUtils.getValue(state.style, 'allowArrows', '1') == '0'))
5879 var t = mxUtils.getValue(this.getCellStyle(table), mxConstants.STYLE_STARTSIZE,
6326 var resizeLastRow = mxUtils.getValue(style,
6328 var resizeLast = mxUtils.getValue(style,
6330 var fixedRows = mxUtils.getValue(style,
6467 mxUtils.getValue(this.state.style, 'flowAnimation', '0') == '1')
6473 if (mxUtils.getValue(this.state.style, mxConstants.STYLE_DASHED, '0') != '1')
6528 mxUtils.getValue(state.style, 'jumpStyle', 'none') !== 'none')
6670 var arcSize = mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,
6672 var size = (parseInt(mxUtils.getValue(this.style, 'jumpSize',
6674 var style = mxUtils.getValue(this.style, 'jumpStyle', 'none');
6920 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null);
8175 var constraints = mxUtils.getValue(terminal.style, 'points', null);
8244 var elbow = mxUtils.getValue(style, mxConstants.STYLE_ELBOW,
8294 return ((mxUtils.getValue(style, 'part', '0') != '1' || this.isContainer(cell)) &&
8295 mxUtils.getValue(style, 'dropTarget', '1') != '0' &&
8415 var temp = mxUtils.getValue(edgeState.style, mxConstants.STYLE_SOURCE_PERIMETER_SPACING);
8416 this.setCellStyles(mxConstants.STYLE_SOURCE_PERIMETER_SPACING, mxUtils.getValue(
8450 var dir = mxUtils.getValue(state.style, mxConstants.STYLE_DIRECTION,
9523 (mxUtils.getValue(style, mxConstants.STYLE_RESIZABLE, '1') != '0' &&
11054 state.text.replaceLinefeeds = mxUtils.getValue(state.style, 'nl2Br', '1') != '0';
11271 var nl2Br = state != null && mxUtils.getValue(state.style, 'nl2Br', '1') != '0';
11330 …var size = mxUtils.getValue(state.style, mxConstants.STYLE_FONTSIZE, mxConstants.DEFAULT_FONTSIZE);
11331 …var family = mxUtils.getValue(state.style, mxConstants.STYLE_FONTFAMILY, mxConstants.DEFAULT_FONTF…
11332 var align = mxUtils.getValue(state.style, mxConstants.STYLE_ALIGN, mxConstants.ALIGN_LEFT);
11333 var bold = (mxUtils.getValue(state.style, mxConstants.STYLE_FONTSTYLE, 0) &
11335 var italic = (mxUtils.getValue(state.style, mxConstants.STYLE_FONTSTYLE, 0) &
11339 if ((mxUtils.getValue(state.style, mxConstants.STYLE_FONTSTYLE, 0) &
11345 if ((mxUtils.getValue(state.style, mxConstants.STYLE_FONTSTYLE, 0) &
11409 …m = mxUtils.getAlignmentAsPoint(mxUtils.getValue(state.style, mxConstants.STYLE_ALIGN, mxConstants…
11410 mxUtils.getValue(state.style, mxConstants.STYLE_VERTICAL_ALIGN, mxConstants.ALIGN_MIDDLE));
11451 if (mxUtils.getValue(state.style, 'html', '0') == '0')
11459 if (mxUtils.getValue(state.style, 'nl2Br', '1') == '1')
11473 if (mxUtils.getValue(state.style, 'html', '0') == '0')
11481 if (mxUtils.getValue(state.style, 'nl2Br', '1') == '1')
11550 var color = mxUtils.getValue(state.style, mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, null);
11554 (mxUtils.getValue(state.style, mxConstants.STYLE_ROTATION, 0) != 0 ||
11555 mxUtils.getValue(state.style, mxConstants.STYLE_HORIZONTAL, 1) == 0))
11557 color = mxUtils.getValue(state.style, mxConstants.STYLE_FILLCOLOR, null);
11682 … var border = parseFloat(mxUtils.getValue(style, 'stackBorder', mxStackLayout.prototype.border));
11683 var horizontal = mxUtils.getValue(style, 'horizontalStack', '1') == '1';
11797 mxUtils.getValue(state.style, 'recursiveResize', '1') == '1' &&
11798 mxUtils.getValue(state.style, 'childLayout', null) == null) &&
12809 …((this.currentTerminalState == null || mxUtils.getValue(this.currentTerminalState.style, 'outlineC…
12891 if (mxUtils.getValue(states[i].style, 'part', '0') != '1')
12942 var stroke = mxUtils.getValue(this.state.style, mxConstants.STYLE_STROKECOLOR, mxConstants.NONE);
12943 var fill = mxUtils.getValue(this.state.style, mxConstants.STYLE_FILLCOLOR, mxConstants.NONE);
12948 …var angle = mxUtils.mod(mxUtils.getValue(this.state.style, mxConstants.STYLE_ROTATION, 0) + 90, 36…