Searched refs:mxArchiMateBusiness (Results 1 – 4 of 4) sorted by relevance
| /plugin/diagramsnet/lib/shapes/ |
| D | mxArchiMate.js | 97 function mxArchiMateBusiness(bounds, fill, stroke, strokewidth) function 109 mxUtils.extend(mxArchiMateBusiness, mxShape); 111 mxArchiMateBusiness.prototype.cst = { class 121 mxArchiMateBusiness.prototype.customProperties = [ 136 mxArchiMateBusiness.prototype.paintVertexShape = function(c, x, y, w, h) 145 mxArchiMateBusiness.prototype.background = function(c, x, y, w, h) 151 mxArchiMateBusiness.prototype.foreground = function(c, x, y, w, h) 153 …var type = mxUtils.getValue(this.style, mxArchiMateBusiness.prototype.cst.TYPE, mxArchiMateBusines… 157 if (type === mxArchiMateBusiness.prototype.cst.PROCESS) 173 else if (type === mxArchiMateBusiness.prototype.cst.FUNCTION) [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | shapes-14-6-5.min.js | 1403 …mxArchiMateBusiness(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strok… class 1404 mxArchiMateBusiness.prototype.customProperties=[{name:"busType",dispName:"Business Type",type:"enum… 1405 mxArchiMateBusiness.prototype.background=function(a,d,e,b,c){a.roundrect(0,0,b,c,10,10);a.fillAndSt… 1406 mxArchiMateBusiness.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxArchiM… 1407 …mxArchiMateBusiness.prototype.cst.INTERACTION?(a.begin(),a.moveTo(.55*b,0),a.arcTo(.45*b,.5*c,0,0,… 1408 …mxArchiMateBusiness.prototype.cst.SERVICE&&(a.translate(0,3),c-=6,a.begin(),a.moveTo(b-.5*c,0),a.a… 1409 mxArchiMateBusiness.prototype.getConstraints=function(a,d,e){a=[];a.push(new mxConnectionConstraint…
|
| D | shapes.min.js | 1354 …mxArchiMateBusiness(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strok… class 1355 mxArchiMateBusiness.prototype.customProperties=[{name:"busType",dispName:"Business Type",type:"enum… 1356 mxArchiMateBusiness.prototype.background=function(a,d,e,b,c){a.roundrect(0,0,b,c,10,10);a.fillAndSt… 1357 mxArchiMateBusiness.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxArchiM… 1358 …mxArchiMateBusiness.prototype.cst.INTERACTION?(a.begin(),a.moveTo(.55*b,0),a.arcTo(.45*b,.5*c,0,0,… 1359 …mxArchiMateBusiness.prototype.cst.SERVICE&&(a.translate(0,3),c-=6,a.begin(),a.moveTo(b-.5*c,0),a.a… 1360 mxArchiMateBusiness.prototype.getConstraints=function(a,d,e){a=[];a.push(new mxConnectionConstraint…
|
| D | viewer-static.min.js | 5491 …mxArchiMateBusiness(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strok… 5492 mxArchiMateBusiness.prototype.customProperties=[{name:"busType",dispName:"Business Type",type:"enum… 5493 mxArchiMateBusiness.prototype.background=function(a,d,e,b,c){a.roundrect(0,0,b,c,10,10);a.fillAndSt… 5494 mxArchiMateBusiness.prototype.foreground=function(a,d,e,b,c){d=mxUtils.getValue(this.style,mxArchiM… 5495 …mxArchiMateBusiness.prototype.cst.INTERACTION?(a.begin(),a.moveTo(.55*b,0),a.arcTo(.45*b,.5*c,0,0,… 5496 …mxArchiMateBusiness.prototype.cst.SERVICE&&(a.translate(0,3),c-=6,a.begin(),a.moveTo(b-.5*c,0),a.a… 5497 mxArchiMateBusiness.prototype.getConstraints=function(a,d,e){a=[];a.push(new mxConnectionConstraint…
|