Searched refs:mxShapeMockupCaptcha (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupText.js | 764 function mxShapeMockupCaptcha(bounds, fill, stroke, strokewidth) class 776 mxUtils.extend(mxShapeMockupCaptcha, mxShape); 778 mxShapeMockupCaptcha.prototype.cst = { 790 mxShapeMockupCaptcha.prototype.paintVertexShape = function(c, x, y, w, h) 798 mxShapeMockupCaptcha.prototype.background = function(c, w, h) 804 mxShapeMockupCaptcha.prototype.foreground = function(c, w, h) 806 …var mainText = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.MAIN_TEXT, 'Note li… 807 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.TEXT_COLOR, '#6666… 808 var fontSize = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.TEXT_SIZE, '25'); 838 mxCellRenderer.registerShape(mxShapeMockupCaptcha.prototype.cst.SHAPE_CAPTCHA, mxShapeMockupCaptcha…
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 658 …mxShapeMockupCaptcha(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 659 mxShapeMockupCaptcha.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.backgroun… 660 mxShapeMockupCaptcha.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShape… 661 …;a.stroke()};mxCellRenderer.registerShape(mxShapeMockupCaptcha.prototype.cst.SHAPE_CAPTCHA,mxShape…
|
H A D | shapes.min.js | 609 …mxShapeMockupCaptcha(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 610 mxShapeMockupCaptcha.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.backgroun… 611 mxShapeMockupCaptcha.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShape… 612 …;a.stroke()};mxCellRenderer.registerShape(mxShapeMockupCaptcha.prototype.cst.SHAPE_CAPTCHA,mxShape…
|
H A D | viewer-static.min.js | 4746 …mxShapeMockupCaptcha(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro… class 4747 mxShapeMockupCaptcha.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.backgroun… 4748 mxShapeMockupCaptcha.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShape… 4749 …;a.stroke()};mxCellRenderer.registerShape(mxShapeMockupCaptcha.prototype.cst.SHAPE_CAPTCHA,mxShape…
|