Home
last modified time | relevance | path

Searched refs:valveType (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/shapes/pid2/
DmxPidValves.js117 var valveType = mxUtils.getValue(this.style, mxShapePidValve.prototype.cst.VALVE_TYPE, 'gate');
123 if (this.isAngleVariant(valveType))
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
146 if (this.isAngleVariant(valveType))
157 if (this.isGateVariant(valveType))
159 this.drawGateVariantBg(c, 0, 0, w, h, valveType, actuator, actH);
161 else if (this.isAngleVariant(valveType))
163 this.drawAngleVariantBg(c, 0, 0, w, h, valveType, actuator, actH);
[all …]