Lines Matching refs:setCellStyles
512 graph.setCellStyles(mxConstants.STYLE_MOVABLE, value, cells);
513 graph.setCellStyles(mxConstants.STYLE_RESIZABLE, value, cells);
514 graph.setCellStyles(mxConstants.STYLE_ROTATABLE, value, cells);
515 graph.setCellStyles(mxConstants.STYLE_DELETABLE, value, cells);
516 graph.setCellStyles(mxConstants.STYLE_EDITABLE, value, cells);
517 graph.setCellStyles('connectable', value, cells);
558 graph.setCellStyles('container', '1');
592 graph.setCellStyles('container', '0', [cells[i]]);
895 graph.setCellStyles('html', value, [cells[i]]);
910 graph.setCellStyles('html', value, [cells[i]]);
935 graph.setCellStyles(mxConstants.STYLE_WHITE_SPACE, value);
951 graph.setCellStyles(mxConstants.STYLE_ROTATION, newValue);
1328 graph.setCellStyles(mxConstants.STYLE_DASHED, null);
1329 graph.setCellStyles(mxConstants.STYLE_DASH_PATTERN, null);
1343 graph.setCellStyles(mxConstants.STYLE_DASHED, '1');
1344 graph.setCellStyles(mxConstants.STYLE_DASH_PATTERN, null);
1358 graph.setCellStyles(mxConstants.STYLE_DASHED, '1');
1359 graph.setCellStyles(mxConstants.STYLE_DASH_PATTERN, '1 4');
1373 graph.setCellStyles(mxConstants.STYLE_ROUNDED, '0');
1374 graph.setCellStyles(mxConstants.STYLE_CURVED, '0');
1388 graph.setCellStyles(mxConstants.STYLE_ROUNDED, '1');
1389 graph.setCellStyles(mxConstants.STYLE_CURVED, '0');
1409 graph.setCellStyles(mxConstants.STYLE_ROUNDED, value);
1410 graph.setCellStyles(mxConstants.STYLE_CURVED, null);
1425 graph.setCellStyles(mxConstants.STYLE_ROUNDED, '0');
1426 graph.setCellStyles(mxConstants.STYLE_CURVED, '1');
1445 graph.setCellStyles('collapsible', value);
1552 graph.setCellStyles(mxConstants.STYLE_EXIT_X, null, [cell]);
1553 graph.setCellStyles(mxConstants.STYLE_EXIT_Y, null, [cell]);
1554 graph.setCellStyles(mxConstants.STYLE_ENTRY_X, null, [cell]);
1555 graph.setCellStyles(mxConstants.STYLE_ENTRY_Y, null, [cell]);
1636 … graph.setCellStyles(mxConstants.STYLE_IMAGE, (newValue.length > 0) ? newValue : null, cells);
1643 graph.setCellStyles(mxConstants.STYLE_SHAPE, 'image', cells);
1647 graph.setCellStyles(mxConstants.STYLE_SHAPE, null, cells);