Home
last modified time | relevance | path

Searched refs:setCellStyles (Results 1 – 25 of 26) sorted by relevance

12

/plugin/diagramsnet/lib/js/grapheditor/
DActions.js512 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]]);
[all …]
DFormat.js763 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);
[all …]
DMenus.js1118 graph.setCellStyles(keys[j], values[j], [cell]);
1201 graph.setCellStyles(keys[i], values[i], cells);
1275 graph.setCellStyles(key, newValue);
DGraph.js2335 this.setCellStyles(keys[j], value, [cells[i]]);
7434 this.setCellStyles(key, null, [cells[i]]);
7440 this.setCellStyles(key, value, [cells[i]]);
7755 this.setCellStyles(mxConstants.STYLE_TARGET_PERIMETER_SPACING, null, [newEdge]);
7756 this.setCellStyles(mxConstants.STYLE_ENDARROW, mxConstants.NONE, [newEdge]);
7759 this.setCellStyles(mxConstants.STYLE_SOURCE_PERIMETER_SPACING, null, [edge]);
7760 this.setCellStyles(mxConstants.STYLE_STARTARROW, mxConstants.NONE, [edge]);
7771 this.setCellStyles(mxConstants.STYLE_EXIT_X, null, [edge]);
7772 this.setCellStyles(mxConstants.STYLE_EXIT_Y, null, [edge]);
7773 this.setCellStyles(mxConstants.STYLE_ENTRY_X, null, [newEdge]);
[all …]
DDialogs.js347 graph.setCellStyles(this.currentColorKey, color);
2453 graph.setCellStyles('locked', value, [child]);
DSidebar.js2262 graph.setCellStyles(mxConstants.STYLE_SHAPE, 'umlLifeline', [targetCell]);
2263 graph.setCellStyles('participant', sourceCellStyle[mxConstants.STYLE_SHAPE], [targetCell]);
2272 graph.setCellStyles(styles[j], value, [targetCell]);
DShapes.js5847 graph.setCellStyles(mxConstants.STYLE_STARTSIZE,
/plugin/diagramsnet/lib/plugins/
Danimation.js79 graph.setCellStyles('opacity', '0', [cell]);
80 graph.setCellStyles('noLabel', '1', [cell]);
118 graph.setCellStyles('opacity', '100', [cell]);
119 graph.setCellStyles('noLabel', null, [cell]);
389 graph.setCellStyles('opacity', '100', cell);
390 graph.setCellStyles('noLabel', null, [cell]);
Dvoice.js1541 graph.setCellStyles(style, null, cells);
1625 graph.setCellStyles(style, lastValue, cells);
1700 graph.setCellStyles(style, color, cells);
1738 graph.setCellStyles(style, value, cells);
1817 graph.setCellStyles(mxConstants.STYLE_SHAPE, shapenameToken, vertices);
/plugin/diagramsnet/lib/js/orgchart/
DmxOrgChartLayout.js584 graph.setCellStyles('entryX', null, [edge]);
585 graph.setCellStyles('entryY', null, [edge]);
586 graph.setCellStyles('exitX', null, [edge]);
587 graph.setCellStyles('exitY', null, [edge]);
589 graph.setCellStyles('edgeStyle', 'orthogonalEdgeStyle', [edge]);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorToolBar.java123 graph.setCellStyles(mxConstants.STYLE_FONTFAMILY, font); in EditorToolBar()
145 graph.setCellStyles(mxConstants.STYLE_FONTSIZE, sizeCombo in EditorToolBar()
DEditorActions.java1458 graph.setCellStyles(mxConstants.STYLE_LABEL_POSITION, in actionPerformed()
1460 graph.setCellStyles(mxConstants.STYLE_ALIGN, alignment); in actionPerformed()
1462 graph.setCellStyles( in actionPerformed()
1465 graph.setCellStyles(mxConstants.STYLE_VERTICAL_ALIGN, in actionPerformed()
1541 graph.setCellStyles(key, value); in actionPerformed()
1584 graph.setCellStyles(key, value); in actionPerformed()
1674 graph.setCellStyles(key, mxUtils.hexString(newColor)); in actionPerformed()
DEditorActions.java.bak1458 graph.setCellStyles(mxConstants.STYLE_LABEL_POSITION,
1460 graph.setCellStyles(mxConstants.STYLE_ALIGN, alignment);
1462 graph.setCellStyles(
1465 graph.setCellStyles(mxConstants.STYLE_VERTICAL_ALIGN,
1541 graph.setCellStyles(key, value);
1584 graph.setCellStyles(key, value);
1674 graph.setCellStyles(key, mxUtils.hexString(newColor));
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js926 graph.setCellStyles(key, styles[key], [clones[0]]);
931 graph.setCellStyles('elbow', (dir == mxConstants.DIRECTION_SOUTH ||
DMenus.js4396 graph.setCellStyles(mxConstants.STYLE_FONTFAMILY, fontName);
4397 graph.setCellStyles('fontSource', (fontUrl != null) ?
4399 graph.setCellStyles('FType', null);
4403 graph.setCellStyles(mxConstants.STYLE_FONTFAMILY, fontName);
4407 graph.setCellStyles('FType', type);
DEditor.js4661 graph.setCellStyles(prop.countProperty, allVals.length, graph.getSelectionCells());
4668 graph.setCellStyles(pName, newVal, graph.getSelectionCells());
4692 graph.setCellStyles(prop.dependentProps[i], vals, graph.getSelectionCells());
6878 this.setCellStyles(action.style.key, action.style.value,
DDialogs.js8793 graph.setCellStyles(mxConstants.STYLE_ROTATION, Number(rotInput.value), [vertices[i]]);
9819 targetGraph.setCellStyles(mxConstants.STYLE_SHAPE, 'stencil(' + newValue + ')', [targetCell]);
DEditorUi.js10689 graph.setCellStyles(mxConstants.STYLE_IMAGE, xml, [cell]);
/plugin/diagramsnet/lib/shapes/rack/
DmxRack.js49 graph.setCellStyles('marginLeft', (newValue == 'off') ? 9 : 33, graph.getSelectionCells());
/plugin/diagramsnet/lib/js/
Dviewer.min.js280 …c<a.length;c++)0<=a[c].indexOf("=")&&b.push(a[c])}return b.join(";")},setCellStyles:function(a,b,c…
745 …graph.setCellStyles(mxConstants.STYLE_NOEDGESTYLE,b?"0":"1",[a])};mxGraphLayout.prototype.setOrtho…
1097 …date();try{null!=b&&this.applyValue(a,b),null!=this.align&&this.graph.setCellStyles(mxConstants.ST…
1313setCellStyles(a,d,c));return d};mxGraph.prototype.setCellStyles=function(a,b,c){c=c||this.getEdita… method in mxGraph
1383setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,null,[a]),this.setCellStyles(c?…
1384setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),this.setCellStyl…
1385 null,[a]):this.setCellStyles(c?mxConstants.STYLE_EXIT_PERIMETER:mxConstants.STYLE_ENTRY_PERIMETER,"…
1390 …ull,this.isPort(b)&&(d=b.getId(),b=this.getTerminalForPort(b,c)),this.setCellStyles(c?mxConstants.…
1732 …ute=function(a){};mxHandle.prototype.copyStyle=function(a){this.graph.setCellStyles(a,this.state.s…
1787 …h.getCurrentCellStyle(a)[mxConstants.STYLE_ROTATION]||0)+b;this.graph.setCellStyles(mxConstants.ST…
[all …]
Dapp.min.js314 …c<a.length;c++)0<=a[c].indexOf("=")&&b.push(a[c])}return b.join(";")},setCellStyles:function(a,b,c…
779 …graph.setCellStyles(mxConstants.STYLE_NOEDGESTYLE,b?"0":"1",[a])};mxGraphLayout.prototype.setOrtho…
1131 …date();try{null!=b&&this.applyValue(a,b),null!=this.align&&this.graph.setCellStyles(mxConstants.ST…
1347setCellStyles(a,d,c));return d};mxGraph.prototype.setCellStyles=function(a,b,c){c=c||this.getEdita… method in mxGraph
1417setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,null,[a]),this.setCellStyles(c?…
1418setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),this.setCellStyl…
1419 null,[a]):this.setCellStyles(c?mxConstants.STYLE_EXIT_PERIMETER:mxConstants.STYLE_ENTRY_PERIMETER,"…
1424 …ull,this.isPort(b)&&(d=b.getId(),b=this.getTerminalForPort(b,c)),this.setCellStyles(c?mxConstants.…
1766 …ute=function(a){};mxHandle.prototype.copyStyle=function(a){this.graph.setCellStyles(a,this.state.s…
1821 …h.getCurrentCellStyle(a)[mxConstants.STYLE_ROTATION]||0)+b;this.graph.setCellStyles(mxConstants.ST…
[all …]
Dviewer-static.min.js280 …c<a.length;c++)0<=a[c].indexOf("=")&&b.push(a[c])}return b.join(";")},setCellStyles:function(a,b,c…
745 …graph.setCellStyles(mxConstants.STYLE_NOEDGESTYLE,b?"0":"1",[a])};mxGraphLayout.prototype.setOrtho…
1097 …date();try{null!=b&&this.applyValue(a,b),null!=this.align&&this.graph.setCellStyles(mxConstants.ST…
1313setCellStyles(a,d,c));return d};mxGraph.prototype.setCellStyles=function(a,b,c){c=c||this.getEdita… method in mxGraph
1383setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,null,[a]),this.setCellStyles(c?…
1384setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),this.setCellStyl…
1385 null,[a]):this.setCellStyles(c?mxConstants.STYLE_EXIT_PERIMETER:mxConstants.STYLE_ENTRY_PERIMETER,"…
1390 …ull,this.isPort(b)&&(d=b.getId(),b=this.getTerminalForPort(b,c)),this.setCellStyles(c?mxConstants.…
1732 …ute=function(a){};mxHandle.prototype.copyStyle=function(a){this.graph.setCellStyles(a,this.state.s…
1787 …h.getCurrentCellStyle(a)[mxConstants.STYLE_ROTATION]||0)+b;this.graph.setCellStyles(mxConstants.ST…
[all …]
Dshapes-14-6-5.min.js2824 …ing"},{val:"descend",dispName:"Descending"}],onChange:function(a,d){a.setCellStyles("marginLeft","…
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js76 …c<a.length;c++)0<=a[c].indexOf("=")&&b.push(a[c])}return b.join(";")},setCellStyles:function(a,b,c…
541 …graph.setCellStyles(mxConstants.STYLE_NOEDGESTYLE,b?"0":"1",[a])};mxGraphLayout.prototype.setOrtho…
893 …date();try{null!=b&&this.applyValue(a,b),null!=this.align&&this.graph.setCellStyles(mxConstants.ST…
1109setCellStyles(a,d,c));return d};mxGraph.prototype.setCellStyles=function(a,b,c){c=c||this.getEdita… method in mxGraph
1179setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,null,[a]),this.setCellStyles(c?…
1180setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),this.setCellStyl…
1181 null,[a]):this.setCellStyles(c?mxConstants.STYLE_EXIT_PERIMETER:mxConstants.STYLE_ENTRY_PERIMETER,"…
1186 …ull,this.isPort(b)&&(d=b.getId(),b=this.getTerminalForPort(b,c)),this.setCellStyles(c?mxConstants.…
1528 …ute=function(a){};mxHandle.prototype.copyStyle=function(a){this.graph.setCellStyles(a,this.state.s…
1583 …h.getCurrentCellStyle(a)[mxConstants.STYLE_ROTATION]||0)+b;this.graph.setCellStyles(mxConstants.ST…

12