Searched refs:mxShapeMockupiCopyArea (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 5607 function mxShapeMockupiCopyArea(bounds, fill, stroke, strokewidth) class 5619 mxUtils.extend(mxShapeMockupiCopyArea, mxShape); 5626 mxShapeMockupiCopyArea.prototype.paintVertexShape = function(c, x, y, w, h) 5636 mxShapeMockupiCopyArea.prototype.background = function(c, w, h, rSize) 5654 mxShapeMockupiCopyArea.prototype.foreground = function(c, w, h, rSize) 5719 mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY_AREA, mxShapeMockupiCopyArea);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 920 …mxShapeMockupiCopyArea(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 921 mxShapeMockupiCopyArea.prototype.background=function(a,d,e,b){a.begin();a.moveTo(.5*d-20,0+b);a.arc… 922 mxShapeMockupiCopyArea.prototype.foreground=function(a,d,e,b){a.setAlpha(.3);a.setFillColor("#2266f… 925 …,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY_AREA,mxShapeMockupiCopyArea);function …
|
H A D | shapes.min.js | 871 …mxShapeMockupiCopyArea(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 872 mxShapeMockupiCopyArea.prototype.background=function(a,d,e,b){a.begin();a.moveTo(.5*d-20,0+b);a.arc… 873 mxShapeMockupiCopyArea.prototype.foreground=function(a,d,e,b){a.setAlpha(.3);a.setFillColor("#2266f… 876 …,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY_AREA,mxShapeMockupiCopyArea);function …
|
H A D | viewer-static.min.js | 5008 …mxShapeMockupiCopyArea(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st… class 5009 mxShapeMockupiCopyArea.prototype.background=function(a,d,e,b){a.begin();a.moveTo(.5*d-20,0+b);a.arc… 5010 mxShapeMockupiCopyArea.prototype.foreground=function(a,d,e,b){a.setAlpha(.3);a.setFillColor("#2266f… 5013 …,0,0,0)};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICOPY_AREA,mxShapeMockupiCopyArea);function …
|