Searched refs:mxShapeMockupiCallButtons (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 4206 function mxShapeMockupiCallButtons(bounds, fill, stroke, strokewidth) class 4218 mxUtils.extend(mxShapeMockupiCallButtons, mxShape); 4225 mxShapeMockupiCallButtons.prototype.paintVertexShape = function(c, x, y, w, h) 4233 mxShapeMockupiCallButtons.prototype.background = function(c, x, y, w, h) 4242 mxShapeMockupiCallButtons.prototype.foreground = function(c, x, y, w, h) 4345 mxCellRenderer.registerShape(mxMockupC.SHAPE_ICALL_BUTTONS, mxShapeMockupiCallButtons);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 852 …mxShapeMockupiCallButtons(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this… class 853 mxShapeMockupiCallButtons.prototype.background=function(a,d,e,b,c){a.setStrokeWidth(.5);a.setStroke… 854 mxShapeMockupiCallButtons.prototype.foreground=function(a,d,e,b,c){a.begin();a.moveTo(0,.1667*c);a.… 861 …e()};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICALL_BUTTONS,mxShapeMockupiCallButtons);functio…
|
H A D | shapes.min.js | 803 …mxShapeMockupiCallButtons(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this… class 804 mxShapeMockupiCallButtons.prototype.background=function(a,d,e,b,c){a.setStrokeWidth(.5);a.setStroke… 805 mxShapeMockupiCallButtons.prototype.foreground=function(a,d,e,b,c){a.begin();a.moveTo(0,.1667*c);a.… 812 …e()};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICALL_BUTTONS,mxShapeMockupiCallButtons);functio…
|
H A D | viewer-static.min.js | 4940 …mxShapeMockupiCallButtons(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this… class 4941 mxShapeMockupiCallButtons.prototype.background=function(a,d,e,b,c){a.setStrokeWidth(.5);a.setStroke… 4942 mxShapeMockupiCallButtons.prototype.foreground=function(a,d,e,b,c){a.begin();a.moveTo(0,.1667*c);a.… 4949 …e()};mxCellRenderer.registerShape(mxMockupC.SHAPE_ICALL_BUTTONS,mxShapeMockupiCallButtons);functio…
|