Lines Matching refs:prototype

26 mxShapePidDiscInst.prototype.cst = {
35 mxShapePidDiscInst.prototype.customProperties = [
50 mxShapePidDiscInst.prototype.paintVertexShape = function(c, x, y, w, h)
58 mxShapePidDiscInst.prototype.background = function(c, x, y, w, h)
64 mxShapePidDiscInst.prototype.foreground = function(c, x, y, w, h)
66 var mounting = mxUtils.getValue(this.style, mxShapePidDiscInst.prototype.cst.MOUNTING, 'field');
68 if (mounting === mxShapePidDiscInst.prototype.cst.ROOM)
75 else if (mounting === mxShapePidDiscInst.prototype.cst.INACCESSIBLE)
83 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
94 mxCellRenderer.registerShape(mxShapePidDiscInst.prototype.cst.SHAPE_DISC_INST, mxShapePidDiscInst);
96 mxShapePidDiscInst.prototype.constraints = [
127 mxShapePidSharedCont.prototype.cst = {
136 mxShapePidSharedCont.prototype.customProperties = [
151 mxShapePidSharedCont.prototype.paintVertexShape = function(c, x, y, w, h)
159 mxShapePidSharedCont.prototype.background = function(c, x, y, w, h)
165 mxShapePidSharedCont.prototype.foreground = function(c, x, y, w, h)
167 var mounting = mxUtils.getValue(this.style, mxShapePidSharedCont.prototype.cst.MOUNTING, 'field');
172 if (mounting === mxShapePidSharedCont.prototype.cst.ROOM)
179 else if (mounting === mxShapePidSharedCont.prototype.cst.INACCESSIBLE)
187 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
198 mxCellRenderer.registerShape(mxShapePidSharedCont.prototype.cst.SHAPE_SHARED_CONT, mxShapePidShared…
200 mxShapePidSharedCont.prototype.constraints = [
231 mxShapePidCompFunc.prototype.cst = {
240 mxShapePidCompFunc.prototype.customProperties = [
255 mxShapePidCompFunc.prototype.paintVertexShape = function(c, x, y, w, h)
263 mxShapePidCompFunc.prototype.background = function(c, x, y, w, h)
276 mxShapePidCompFunc.prototype.foreground = function(c, x, y, w, h)
278 var mounting = mxUtils.getValue(this.style, mxShapePidCompFunc.prototype.cst.MOUNTING, 'field');
280 if (mounting === mxShapePidCompFunc.prototype.cst.ROOM)
287 else if (mounting === mxShapePidCompFunc.prototype.cst.INACCESSIBLE)
295 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
306 mxCellRenderer.registerShape(mxShapePidCompFunc.prototype.cst.SHAPE_COMP_FUNC, mxShapePidCompFunc);
308 mxShapePidCompFunc.prototype.constraints = [
339 mxShapePidProgLogCont.prototype.cst = {
348 mxShapePidProgLogCont.prototype.customProperties = [
363 mxShapePidProgLogCont.prototype.paintVertexShape = function(c, x, y, w, h)
371 mxShapePidProgLogCont.prototype.background = function(c, x, y, w, h)
377 mxShapePidProgLogCont.prototype.foreground = function(c, x, y, w, h)
379 var mounting = mxUtils.getValue(this.style, mxShapePidProgLogCont.prototype.cst.MOUNTING, 'field');
389 if (mounting === mxShapePidProgLogCont.prototype.cst.ROOM)
396 else if (mounting === mxShapePidProgLogCont.prototype.cst.INACCESSIBLE)
404 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
415 mxCellRenderer.registerShape(mxShapePidProgLogCont.prototype.cst.SHAPE_PROG_LOG_CONT, mxShapePidPro…
417 mxShapePidProgLogCont.prototype.constraints = [
448 mxShapePidIndicator.prototype.cst = {
462 mxShapePidIndicator.prototype.customProperties = [
484 mxShapePidIndicator.prototype.paintVertexShape = function(c, x, y, w, h)
492 mxShapePidIndicator.prototype.background = function(c, x, y, w, h)
494 var type = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.IND_TYPE, 'inst');
501 if (type === mxShapePidIndicator.prototype.cst.INSTRUMENT)
506 else if (type === mxShapePidIndicator.prototype.cst.CONTROL)
511 else if (type === mxShapePidIndicator.prototype.cst.FUNCTION)
523 else if (type === mxShapePidIndicator.prototype.cst.PLC)
530 mxShapePidIndicator.prototype.foreground = function(c, x, y, w, h)
532 var mounting = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.MOUNTING, 'field');
533 var type = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.IND_TYPE, 'inst');
535 if (type === mxShapePidIndicator.prototype.cst.CONTROL)
540 else if (type === mxShapePidIndicator.prototype.cst.PLC)
551 if (mounting === mxShapePidIndicator.prototype.cst.ROOM)
558 else if (mounting === mxShapePidIndicator.prototype.cst.INACCESSIBLE)
566 else if (mounting === mxShapePidIndicator.prototype.cst.LOCAL)
577 mxCellRenderer.registerShape(mxShapePidIndicator.prototype.cst.SHAPE_INDICATOR, mxShapePidIndicator…
579 mxShapePidIndicator.prototype.constraints = [new mxConnectionConstraint(new mxPoint(0.5, 1), true)];
601 mxShapePidLogic.prototype.cst = {
610 mxShapePidLogic.prototype.customProperties = [
625 mxShapePidLogic.prototype.paintVertexShape = function(c, x, y, w, h)
633 mxShapePidLogic.prototype.background = function(c, x, y, w, h)
644 mxShapePidLogic.prototype.foreground = function(c, x, y, w, h)
646 var mounting = mxUtils.getValue(this.style, mxShapePidLogic.prototype.cst.MOUNTING, 'field');
648 if (mounting === mxShapePidLogic.prototype.cst.ROOM)
655 else if (mounting === mxShapePidLogic.prototype.cst.INACCESSIBLE)
663 else if (mounting === mxShapePidLogic.prototype.cst.LOCAL)
674 mxCellRenderer.registerShape(mxShapePidLogic.prototype.cst.SHAPE_LOGIC, mxShapePidLogic);
676 mxShapePidLogic.prototype.constraints = [