Searched refs:mxShapeIOS7Actiondialog (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 932 function mxShapeIOS7Actiondialog(bounds, fill, stroke, strokewidth) class 944 mxUtils.extend(mxShapeIOS7Actiondialog, mxShape); 951 mxShapeIOS7Actiondialog.prototype.paintVertexShape = function(c, x, y, w, h) 973 mxShapeIOS7Actiondialog.prototype.background = function(c, x, y, w, h) 979 mxShapeIOS7Actiondialog.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) 987 mxShapeIOS7Actiondialog.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor) 994 mxCellRenderer.registerShape(mxIOS7C.SHAPE_IOS7_ACTION_DIALOG, mxShapeIOS7Actiondialog);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 188 …er.registerShape(mxIOS7C.SHAPE_IOS7_URL,mxShapeIOS7URL);function mxShapeIOS7Actiondialog(a,d,e,b){… class 189 mxUtils.extend(mxShapeIOS7Actiondialog,mxShape); 190 mxShapeIOS7Actiondialog.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 191 …,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c… 192 mxShapeIOS7Actiondialog.prototype.subText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.te…
|
H A D | shapes.min.js | 139 …er.registerShape(mxIOS7C.SHAPE_IOS7_URL,mxShapeIOS7URL);function mxShapeIOS7Actiondialog(a,d,e,b){… class 140 mxUtils.extend(mxShapeIOS7Actiondialog,mxShape); 141 mxShapeIOS7Actiondialog.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 142 …,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c… 143 mxShapeIOS7Actiondialog.prototype.subText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.te…
|
H A D | viewer-static.min.js | 4276 …er.registerShape(mxIOS7C.SHAPE_IOS7_URL,mxShapeIOS7URL);function mxShapeIOS7Actiondialog(a,d,e,b){… class 4277 mxUtils.extend(mxShapeIOS7Actiondialog,mxShape); 4278 mxShapeIOS7Actiondialog.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 4279 …,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.background=function(a,d,e,b,c){a.rect(0,0,b,c… 4280 mxShapeIOS7Actiondialog.prototype.subText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.te…
|