Searched refs:mxShapeBpmn2Conversation (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/bpmn/ |
H A D | mxBpmnShape2.js | 1987 function mxShapeBpmn2Conversation(bounds, fill, stroke, strokewidth) class 1999 mxUtils.extend(mxShapeBpmn2Conversation, mxHexagon); 2001 mxShapeBpmn2Conversation.prototype.customProperties = [ 2009 mxShapeBpmn2Conversation.prototype.cst = { 2018 mxShapeBpmn2Conversation.prototype.paintVertexShape = function(c, x, y, w, h) 2063 mxCellRenderer.registerShape(mxShapeBpmn2Conversation.prototype.cst.CONVERSATION, mxShapeBpmn2Conve…
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 73 …mxShapeBpmn2Conversation(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.… class 74 mxShapeBpmn2Conversation.prototype.customProperties=[{name:"bpmnConversationType",dispName:"Type",d… 75 mxShapeBpmn2Conversation.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this… 76 …roke())};mxCellRenderer.registerShape(mxShapeBpmn2Conversation.prototype.cst.CONVERSATION,mxShapeB…
|
H A D | viewer-static.min.js | 4161 …mxShapeBpmn2Conversation(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.… class 4162 mxShapeBpmn2Conversation.prototype.customProperties=[{name:"bpmnConversationType",dispName:"Type",d… 4163 mxShapeBpmn2Conversation.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this… 4164 …roke())};mxCellRenderer.registerShape(mxShapeBpmn2Conversation.prototype.cst.CONVERSATION,mxShapeB…
|