Searched refs:mxShapeBpmnGateway (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/bpmn/ |
H A D | mxBpmnShape2.js | 1363 function mxShapeBpmnGateway(bounds, fill, stroke, strokewidth) class 1375 mxUtils.extend(mxShapeBpmnGateway, mxShape); 1377 mxShapeBpmnGateway.prototype.customProperties = mxShapeBpmnEvent.prototype.customProperties; 1378 mxShapeBpmnGateway.prototype.eventTypeEnum = mxShapeBpmnEvent.prototype.eventTypeEnum; 1379 mxShapeBpmnGateway.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum; 1380 mxShapeBpmnGateway.prototype.miscEnum = mxShapeBpmnEvent.prototype.miscEnum; 1382 mxShapeBpmnGateway.prototype.customProperties = mxShapeBpmnGateway.prototype.customProperties.conca… 1394 mxShapeBpmnGateway.prototype.paintVertexShape = function(c, x, y, w, h) 1512 mxCellRenderer.registerShape('mxgraph.bpmn.gateway2', mxShapeBpmnGateway);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 50 …mxShapeBpmnGateway(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class 51 mxShapeBpmnGateway.prototype.customProperties=mxShapeBpmnGateway.prototype.customProperties.concat(… 52 mxShapeBpmnGateway.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);a.begin();a.move… 55 …oke(),a.setFillColor(c))};mxCellRenderer.registerShape("mxgraph.bpmn.gateway2",mxShapeBpmnGateway);
|
H A D | viewer-static.min.js | 4138 …mxShapeBpmnGateway(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class 4139 mxShapeBpmnGateway.prototype.customProperties=mxShapeBpmnGateway.prototype.customProperties.concat(… 4140 mxShapeBpmnGateway.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);a.begin();a.move… 4143 …oke(),a.setFillColor(c))};mxCellRenderer.registerShape("mxgraph.bpmn.gateway2",mxShapeBpmnGateway);
|