Searched refs:mxShapeMockupiCallButtons (Results 1 – 4 of 4) sorted by relevance
| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupiOS.js | 4206 function mxShapeMockupiCallButtons(bounds, fill, stroke, strokewidth) function 4218 mxUtils.extend(mxShapeMockupiCallButtons, mxShape); 4225 mxShapeMockupiCallButtons.prototype.paintVertexShape = function(c, x, y, w, h) class 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/ |
| 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…
|
| D | shapes.min.js | 803 …mxShapeMockupiCallButtons(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this… function 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…
|
| D | viewer-static.min.js | 4940 …mxShapeMockupiCallButtons(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this… 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…
|