Lines Matching refs:setCellStyles
763 graph.setCellStyles(key, value, cells);
1105 graph.setCellStyles(key, value, temp);
1345 graph.setCellStyles(colorKey, color, cells);
1512 graph.setCellStyles(key, value, cells);
2901 graph.setCellStyles('width', value, cells);
3387 graph.setCellStyles(mxConstants.STYLE_LABEL_POSITION, vals[0], ss.cells);
3388 graph.setCellStyles(mxConstants.STYLE_VERTICAL_LABEL_POSITION, vals[1], ss.cells);
3389 graph.setCellStyles(mxConstants.STYLE_ALIGN, vals[2], ss.cells);
3390 graph.setCellStyles(mxConstants.STYLE_VERTICAL_ALIGN, vals[3], ss.cells);
3407 graph.setCellStyles(mxConstants.STYLE_TEXT_DIRECTION, dirSet[dirSelect.value], ss.cells);
3700 graph.setCellStyles(mxConstants.STYLE_NOLABEL, '1', ss.cells);
3704 graph.setCellStyles(mxConstants.STYLE_NOLABEL, null, ss.cells);
3707 graph.setCellStyles(mxConstants.STYLE_FONTCOLOR, color, ss.cells);
4703 graph.setCellStyles(mxConstants.STYLE_IMAGE, 'data:image/svg+xml,' +
4837 graph.setCellStyles(fillKey, color, ss.cells);
4905 graph.setCellStyles(mxConstants.STYLE_GRADIENT_DIRECTION, gradientSelect.value, ss.cells);
4913 graph.setCellStyles('fillStyle', fillStyleSelect.value, ss.cells);
5012 graph.setCellStyles(keys[i], values[i], ss.cells);
5037 graph.setCellStyles(strokeKey, color, ss.cells);
5129 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5146 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5738 graph.setCellStyles('jumpStyle', styleSelect.value, ss.cells);