Lines Matching refs:mxShapePidIntBlockBleedValve
900 function mxShapePidIntBlockBleedValve(bounds, fill, stroke, strokewidth) function
912 mxUtils.extend(mxShapePidIntBlockBleedValve, mxShapePidValve);
919 mxShapePidIntBlockBleedValve.prototype.paintVertexShape = function(c, x, y, w, h) class
921 …ator = mxUtils.getValue(this.style, mxShapePidIntBlockBleedValve.prototype.cst.ACTUATOR, mxShapePi…
937 mxShapePidIntBlockBleedValve.prototype.background = function(c, x, y, w, h, actuator, actH)
940 if (actuator !== mxShapePidIntBlockBleedValve.prototype.cst.NONE)
949 mxShapePidIntBlockBleedValve.prototype.foreground = function(c, x, y, w, h, actuator, actH)
952 if (actuator !== mxShapePidIntBlockBleedValve.prototype.cst.NONE)
958 mxShapePidIntBlockBleedValve.prototype.drawValveBg = function(c, x, y, w, h)
998 mxShapePidIntBlockBleedValve.prototype.drawActuatorBg = function(c, x, y, w, h, actuator)
1006 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.MANUAL)
1012 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.DIAPHRAGM)
1018 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.BALANCED_DIAPHRAGM)
1024 …else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.MOTOR || actuator === mxShapePidI…
1030 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.SPRING)
1036 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.SOLENOID_MANUAL_RESET)
1042 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.SINGLE_ACTING)
1048 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.DOUBLE_ACTING)
1054 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.PILOT_CYLINDER)
1062 mxShapePidIntBlockBleedValve.prototype.drawActuatorFg = function(c, x, y, w, h, actuator)
1064 if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.BALANCED_DIAPHRAGM)
1070 else if (actuator === mxShapePidIntBlockBleedValve.prototype.cst.SINGLE_ACTING ||
1071 actuator === mxShapePidIntBlockBleedValve.prototype.cst.DOUBLE_ACTING ||
1072 actuator === mxShapePidIntBlockBleedValve.prototype.cst.PILOT_CYLINDER)
1080 mxCellRenderer.registerShape('mxgraph.pid2valves.blockBleedValve', mxShapePidIntBlockBleedValve);