Lines Matching refs:mxShapeMockupMapNavigator
672 function mxShapeMockupMapNavigator(bounds, fill, stroke, strokewidth) class
684 mxUtils.extend(mxShapeMockupMapNavigator, mxShape);
686 mxShapeMockupMapNavigator.prototype.cst = {
693 mxShapeMockupMapNavigator.prototype.customProperties = [
704 mxShapeMockupMapNavigator.prototype.paintVertexShape = function(c, x, y, w, h)
712 mxShapeMockupMapNavigator.prototype.background = function(c, w, h)
727 mxShapeMockupMapNavigator.prototype.foreground = function(c, w, h)
729 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupMapNavigator.prototype.cst.FILL_COLOR2,…
730 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeMockupMapNavigator.prototype.cst.STROKE_COL…
731 …var strokeColor3 = mxUtils.getValue(this.style, mxShapeMockupMapNavigator.prototype.cst.STROKE_COL…
812 mxCellRenderer.registerShape(mxShapeMockupMapNavigator.prototype.cst.SHAPE_MAP_NAVIGATOR, mxShapeMo…