Searched refs:mxShapeMockupiTextInput (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupiOS.js | 2066 function mxShapeMockupiTextInput(bounds, fill, stroke, strokewidth) class 2078 mxUtils.extend(mxShapeMockupiTextInput, mxShape); 2085 mxShapeMockupiTextInput.prototype.paintVertexShape = function(c, x, y, w, h) 2096 mxShapeMockupiTextInput.prototype.background = function(c, x, y, w, h) 2102 mxShapeMockupiTextInput.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) 2110 mxCellRenderer.registerShape(mxMockupC.SHAPE_ITEXT_INPUT, mxShapeMockupiTextInput);
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 744 …mxShapeMockupiTextInput(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.s… class 745 mxShapeMockupiTextInput.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 746 mxShapeMockupiTextInput.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.s…
|
H A D | shapes.min.js | 695 …mxShapeMockupiTextInput(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.s… class 696 mxShapeMockupiTextInput.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 697 mxShapeMockupiTextInput.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.s…
|
H A D | viewer-static.min.js | 4832 …mxShapeMockupiTextInput(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.s… class 4833 mxShapeMockupiTextInput.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.… 4834 mxShapeMockupiTextInput.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.s…
|