Searched refs:mxShapeMockupiCopy (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 5531 function mxShapeMockupiCopy(bounds, fill, stroke, strokewidth) class 5543 mxUtils.extend(mxShapeMockupiCopy, mxShape); 5550 mxShapeMockupiCopy.prototype.paintVertexShape = function(c, x, y, w, h) 5560 mxShapeMockupiCopy.prototype.background = function(c, w, h, rSize) 5578 mxShapeMockupiCopy.prototype.foreground = function(c, w, h, rSize) 5599 mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY, mxShapeMockupiCopy);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 917 …mxShapeMockupiCopy(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class 918 mxShapeMockupiCopy.prototype.background=function(a,d,e,b){a.begin();a.moveTo(0,b);a.arcTo(b,b,0,0,1… 919 mxShapeMockupiCopy.prototype.foreground=function(a,d,e,b){var c=mxUtils.getValue(this.style,mxMocku… 920 …,0,null,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY,mxShapeMockupiCopy);function mx…
|
H A D | shapes.min.js | 868 …mxShapeMockupiCopy(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class 869 mxShapeMockupiCopy.prototype.background=function(a,d,e,b){a.begin();a.moveTo(0,b);a.arcTo(b,b,0,0,1… 870 mxShapeMockupiCopy.prototype.foreground=function(a,d,e,b){var c=mxUtils.getValue(this.style,mxMocku… 871 …,0,null,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY,mxShapeMockupiCopy);function mx…
|
H A D | viewer-static.min.js | 5005 …mxShapeMockupiCopy(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class 5006 mxShapeMockupiCopy.prototype.background=function(a,d,e,b){a.begin();a.moveTo(0,b);a.arcTo(b,b,0,0,1… 5007 mxShapeMockupiCopy.prototype.foreground=function(a,d,e,b){var c=mxUtils.getValue(this.style,mxMocku… 5008 …,0,null,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY,mxShapeMockupiCopy);function mx…
|