Lines Matching refs:getValue

44 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapRRect.prototype.cst.R_SIZE, '10'…
89 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapTopButton.prototype.cst.R_SIZE, …
142 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapBottomButton.prototype.cst.R_SIZ…
195 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapRightButton.prototype.cst.R_SIZE…
248 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapLeftButton.prototype.cst.R_SIZE,…
521 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapTopButton.prototype.cst.R_SIZE, …
522 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
523 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
586 …var rSize = Math.max(0, parseInt(mxUtils.getValue(this.style, mxShapeBootstrapTopButton.prototype.…
587 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
588 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
707 var isChecked = mxUtils.getValue(this.style, 'checked', false);
708 var checkedFill = mxUtils.getValue(this.style, 'checkedFill', '#ffffff');
709 var checkedStroke = mxUtils.getValue(this.style, 'checkedStroke', '#000000');
773 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
821 var isChecked = mxUtils.getValue(this.style, 'checked', false);
822 var checkedFill = mxUtils.getValue(this.style, 'checkedFill', '#ffffff');
823 var checkedStroke = mxUtils.getValue(this.style, 'checkedStroke', '#000000');
1001 …var ratingStyle = mxUtils.getValue(this.style, mxShapeBootstrapRating.prototype.cst.RATING_STYLE, …
1002 var grade = mxUtils.getValue(this.style, mxShapeBootstrapRating.prototype.cst.GRADE, '5');
1003 …var ratingScale = mxUtils.getValue(this.style, mxShapeBootstrapRating.prototype.cst.RATING_SCALE, …
1052 …var emptyFillColor = mxUtils.getValue(this.style, mxShapeBootstrapRating.prototype.cst.EMPTY_FILL_…
1180 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1181 var gradientColor = mxUtils.getValue(this.style, 'gradientColor', 'none');
1182 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
1183 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#000000');
1184 var gradientDir = mxUtils.getValue(this.state.style, 'gradientDirection', 'south');
1185 var rangeStyle = mxUtils.getValue(this.state.style, 'rangeStyle', 'rounded');
1186 var handleStyle = mxUtils.getValue(this.state.style, 'handleStyle', 'circle');
1194 var opacity = parseFloat(mxUtils.getValue(this.style, 'opacity', '100'));
1260 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx))));
1310 var state = mxUtils.getValue(this.style, 'buttonState', true);
1320 c.setStrokeColor(mxUtils.getValue(this.style, 'onStrokeColor', '#ffffff'));
1321 c.setFillColor(mxUtils.getValue(this.style, 'onFillColor', '#0085FC'));
1340 c.setFillColor(mxUtils.getValue(this.style, 'onStrokeColor', '#ffffff'));
1346 c.setFillColor(mxUtils.getValue(this.style, 'strokeColor', '#000000'));
1436 var r = parseInt(mxUtils.getValue(this.style, 'rSize', '10'));
1437 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1438 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
1468 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th…
1469 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
1484 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1485 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));