Searched refs:mxShapeBpmn2Data (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/bpmn/ |
H A D | mxBpmnShape2.js | 1819 function mxShapeBpmn2Data(bounds, fill, stroke, strokewidth) class 1834 mxUtils.extend(mxShapeBpmn2Data, mxCellRenderer.prototype.getShape('note')); 1836 mxShapeBpmn2Data.prototype.cst = { 1840 mxShapeBpmn2Data.prototype.customProperties = [ 1853 mxShapeBpmn2Data.prototype.paintVertexShape = function(c, x, y, w, h) 1913 mxCellRenderer.registerShape(mxShapeBpmn2Data.prototype.cst.DATA, mxShapeBpmn2Data); 1915 Graph.handleFactory[mxShapeBpmn2Data.prototype.cst.DATA] = Graph.handleFactory['note'];
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 67 …mxShapeBpmn2Data(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.… class 68 mxShapeBpmn2Data.prototype.cst={DATA:"mxgraph.bpmn.data"};mxShapeBpmn2Data.prototype.customProperti… 69 mxShapeBpmn2Data.prototype.paintVertexShape=function(a,d,e,b,c){mxCellRenderer.prototype.getShape("… 70 …};mxCellRenderer.registerShape(mxShapeBpmn2Data.prototype.cst.DATA,mxShapeBpmn2Data);Graph.handleF…
|
H A D | viewer-static.min.js | 4155 …mxShapeBpmn2Data(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.… class 4156 mxShapeBpmn2Data.prototype.cst={DATA:"mxgraph.bpmn.data"};mxShapeBpmn2Data.prototype.customProperti… 4157 mxShapeBpmn2Data.prototype.paintVertexShape=function(a,d,e,b,c){mxCellRenderer.prototype.getShape("… 4158 …};mxCellRenderer.registerShape(mxShapeBpmn2Data.prototype.cst.DATA,mxShapeBpmn2Data);Graph.handleF…
|