Searched refs:actuator (Results 1 – 2 of 2) sorted by relevance
| /plugin/diagramsnet/lib/shapes/pid2/ |
| D | mxPidValves.js | 118 …var actuator = mxUtils.getValue(this.style, mxShapePidValve.prototype.cst.ACTUATOR, mxShapePidValv… 121 if (actuator !== 'none') 136 this.background(c, x, y, w, h, valveType, actuator, actH); 138 this.foreground(c, x, y, w, h, valveType, actuator, actH); 141 mxShapePidValve.prototype.background = function(c, x, y, w, h, valveType, actuator, actH) argument 144 if (actuator !== mxShapePidValve.prototype.cst.NONE) 148 this.drawActuatorBg(c, x, y, w, h / 1.2, actuator, actH); 152 this.drawActuatorBg(c, x, y, w, h, actuator, actH); 159 this.drawGateVariantBg(c, 0, 0, w, h, valveType, actuator, actH); 163 this.drawAngleVariantBg(c, 0, 0, w, h, valveType, actuator, actH); [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 11082 var actuator = false; 11088 actuator = true; 11095 actuator = true; 11099 if (actuator)
|