Searched refs:mxShapeIOS7AppBar (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 49 function mxShapeIOS7AppBar(bounds, fill, stroke, strokewidth) class 61 mxUtils.extend(mxShapeIOS7AppBar, mxShape); 63 mxShapeIOS7AppBar.prototype.customProperties = [ 72 mxShapeIOS7AppBar.prototype.paintVertexShape = function(c, x, y, w, h) 80 mxShapeIOS7AppBar.prototype.background = function(c, x, y, w, h) 86 mxShapeIOS7AppBar.prototype.foreground = function(c, x, y, w, h) 146 mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_APP_BAR, mxShapeIOS7AppBar);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 153 …mxShapeIOS7AppBar(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokew… class 154 mxShapeIOS7AppBar.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c);a.fill()}; 155 mxShapeIOS7AppBar.prototype.foreground=function(a,d,e,b,c){a.setFillColor(mxUtils.getValue(this.sty… 157 a.close();a.stroke()};mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_APP_BAR,mxShapeIOS7AppBar);fu…
|
H A D | shapes.min.js | 104 …mxShapeIOS7AppBar(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokew… class 105 mxShapeIOS7AppBar.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c);a.fill()}; 106 mxShapeIOS7AppBar.prototype.foreground=function(a,d,e,b,c){a.setFillColor(mxUtils.getValue(this.sty… 108 a.close();a.stroke()};mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_APP_BAR,mxShapeIOS7AppBar);fu…
|
H A D | viewer-static.min.js | 4241 …mxShapeIOS7AppBar(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokew… class 4242 mxShapeIOS7AppBar.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c);a.fill()}; 4243 mxShapeIOS7AppBar.prototype.foreground=function(a,d,e,b,c){a.setFillColor(mxUtils.getValue(this.sty… 4245 a.close();a.stroke()};mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_APP_BAR,mxShapeIOS7AppBar);fu…
|