Lines Matching refs:prototype

26 mxShapePidFan.prototype.cst = {
34 mxShapePidFan.prototype.customProperties = [
48 mxShapePidFan.prototype.paintVertexShape = function(c, x, y, w, h)
56 mxShapePidFan.prototype.background = function(c, x, y, w, h)
62 mxShapePidFan.prototype.foreground = function(c, x, y, w, h)
88 var type = mxUtils.getValue(this.style, mxShapePidFan.prototype.cst.FAN_TYPE, 'common');
90 if (type === mxShapePidFan.prototype.cst.AXIAL)
97 else if (type === mxShapePidFan.prototype.cst.RADIAL)
106 mxCellRenderer.registerShape(mxShapePidFan.prototype.cst.SHAPE_FAN, mxShapePidFan);
128 mxShapePidColumn.prototype.cst = {
141 mxShapePidColumn.prototype.customProperties = [
160 mxShapePidColumn.prototype.paintVertexShape = function(c, x, y, w, h)
168 mxShapePidColumn.prototype.background = function(c, x, y, w, h)
181 mxShapePidColumn.prototype.foreground = function(c, x, y, w, h)
183 var type = mxUtils.getValue(this.style, mxShapePidColumn.prototype.cst.COLUMN_TYPE, 'common');
185 if (type === mxShapePidColumn.prototype.cst.FIXED)
208 else if (type === mxShapePidColumn.prototype.cst.TRAY)
226 else if (type === mxShapePidColumn.prototype.cst.FLUIDIZED)
278 else if (type === mxShapePidColumn.prototype.cst.BAFFLE)
321 …else if (type === mxShapePidColumn.prototype.cst.VALVE || type === mxShapePidColumn.prototype.cst.…
355 if (type === mxShapePidColumn.prototype.cst.VALVE)
360 else if (type === mxShapePidColumn.prototype.cst.BUBBLE)
372 else if (type === mxShapePidColumn.prototype.cst.NOZZLE)
425 mxCellRenderer.registerShape(mxShapePidColumn.prototype.cst.SHAPE_COLUMN, mxShapePidColumn);
447 mxShapePidConveyor.prototype.cst = {
456 mxShapePidConveyor.prototype.paintVertexShape = function(c, x, y, w, h)
463 mxShapePidConveyor.prototype.background = function(c, x, y, w, h)
498 mxCellRenderer.registerShape(mxShapePidConveyor.prototype.cst.SHAPE_CONVEYOR, mxShapePidConveyor);