Lines Matching refs:mxShapeMockupBrowserWindow
412 function mxShapeMockupBrowserWindow(bounds, fill, stroke, strokewidth) function
424 mxUtils.extend(mxShapeMockupBrowserWindow, mxShape);
426 mxShapeMockupBrowserWindow.prototype.cst = { class
434 mxShapeMockupBrowserWindow.prototype.customProperties = [
444 mxShapeMockupBrowserWindow.prototype.paintVertexShape = function(c, x, y, w, h)
448 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COLO…
449 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COL…
458 mxShapeMockupBrowserWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,…
474 …var mainText = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.MAIN_TEXT, 'h…
520 …var textColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.TEXT_COLOR, …
607 mxCellRenderer.registerShape(mxShapeMockupBrowserWindow.prototype.cst.SHAPE_BROWSER_WINDOW, mxShape…