Lines Matching refs:style

38 	var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
164 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
192 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
197 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
240 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
274 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
279 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
322 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
362 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
367 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
409 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
474 …var notch = Math.max(Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'notch'…
479 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
528 var numInputs = parseInt(mxUtils.getValue(this.style, 'numInputs', '2'));
536 var operation = mxUtils.getValue(this.style, 'operation', 'and');
585 var negating = mxUtils.getValue(this.style, 'negating', '0');
591 if(this.style.negSize)
593 var tmpSize = parseFloat(mxUtils.getValue(this.style, 'negSize', '0.13'));
609 mxShapeElectricalLogicGate.prototype.getConstraints = function(style) argument
613 var numInputs = parseInt(mxUtils.getValue(style, 'numInputs', '2'));
677 var negating = mxUtils.getValue(this.style, 'negating', '0');
750 var fontColor = mxUtils.getValue(this.style, 'fontColor', '#000000');
752 var startPin = mxUtils.getValue(this.style, 'startPin', 'n');
753 var pinLabelType = mxUtils.getValue(this.style, 'pinLabelType', 'gen');
754 var labelNames = mxUtils.getValue(this.style, 'labelNames', '').toString().split(',');
769 var pinSpacing = parseFloat(mxUtils.getValue(this.style, 'pinSpacing', '20'));
770 var pinStyle = mxUtils.getValue(this.style, 'pinStyle', 'line');
771 var fontSize = parseFloat(mxUtils.getValue(this.style, 'fontSize', '12'));
1043 mxShapeElectricalDualInLineIC.prototype.getConstraints = function(style, w, h) argument
1047 var pinSpacing = parseFloat(mxUtils.getValue(this.style, 'pinSpacing', '20'));
1048 var startPin = mxUtils.getValue(this.style, 'startPin', 'n');
1145 var pinSpacing = parseFloat(mxUtils.getValue(this.style, 'pinSpacing', '20'));
1146 var pinStyle = mxUtils.getValue(this.style, 'pinStyle', 'line');
1147 var pinLabelType = mxUtils.getValue(this.style, 'pinLabelType', 'gen');
1148 var labelNames = mxUtils.getValue(this.style, 'labelNames', '').toString().split(',');
1149 var fontSize = parseFloat(mxUtils.getValue(this.style, 'fontSize', '12'));
1150 var fontColor = mxUtils.getValue(this.style, 'fontColor', '#000000');
1152 var startPin = mxUtils.getValue(this.style, 'startPin', 'sw');
1428 c.setFillColor(mxUtils.getValue(this.style, 'strokeColor', '#000000'));
1452 mxShapeElectricalQFPIC.prototype.getConstraints = function(style, w, h) argument
1456 var pinSpacing = parseFloat(mxUtils.getValue(this.style, 'pinSpacing', '20'));
1524 var selectorPins = parseInt(mxUtils.getValue(this.style, 'selectorPins', '1'));
1525 var operation = mxUtils.getValue(this.style, 'operation', 'mux');
1526 var fontSize = parseFloat(mxUtils.getValue(this.style, 'fontSize', '12'));
1528 var fontColor = mxUtils.getValue(this.style, 'fontColor', '#000000');
1530 var dir = mxUtils.getValue(this.style, 'direction', 'east');
1642 mxShapeElectricalMux.prototype.getConstraints = function(style, w, h) argument
1646 var selectorPins = parseInt(mxUtils.getValue(this.style, 'selectorPins', '1'));
1647 var operation = mxUtils.getValue(this.style, 'operation', 'mux');
1737 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
1738 var dashed = mxUtils.getValue(this.style, mxConstants.STYLE_DASHED, '0');
1901 var sourceType = mxUtils.getValue(this.style, 'elSourceType', 'independent');
1902 var signalType = mxUtils.getValue(this.style, 'elSignalType', 'none');
1996 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');