Lines Matching refs:mxShapeMockupPlotChart
794 function mxShapeMockupPlotChart(bounds, fill, stroke, strokewidth) class
806 mxUtils.extend(mxShapeMockupPlotChart, mxShape);
808 mxShapeMockupPlotChart.prototype.cst = {
815 mxShapeMockupPlotChart.prototype.customProperties = [
826 mxShapeMockupPlotChart.prototype.paintVertexShape = function(c, x, y, w, h)
842 mxShapeMockupPlotChart.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
848 mxShapeMockupPlotChart.prototype.foreground = function(c, x, y, w, h)
850 …var shapeStroke = mxUtils.getValue(this.style, mxShapeMockupPlotChart.prototype.cst.STROKE_COLOR2,…
851 …var coordStroke = mxUtils.getValue(this.style, mxShapeMockupPlotChart.prototype.cst.STROKE_COLOR3,…
852 …var shapesColors = mxUtils.getValue(this.style, mxShapeMockupPlotChart.prototype.cst.SHAPES_COLORS…
980 mxCellRenderer.registerShape(mxShapeMockupPlotChart.prototype.cst.SHAPE_PLOT_CHART, mxShapeMockupPl…