Searched refs:newEdge (Results 1 – 5 of 5) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 7706 Graph.prototype.splitEdge = function(edge, cells, newEdge, dx, dy, x, y, parent) argument 7718 var newEdge = null; 7723 var newEdge = graphSplitEdge.apply(this, [edge, cells, newEdge, dx, dy, x, y, parent]); 7726 this.model.setValue(newEdge, ''); 7730 var sourceLabels = this.getChildCells(newEdge, true); 7755 this.setCellStyles(mxConstants.STYLE_TARGET_PERIMETER_SPACING, null, [newEdge]); 7756 this.setCellStyles(mxConstants.STYLE_ENDARROW, mxConstants.NONE, [newEdge]); 7763 var target = this.model.getTerminal(newEdge, false); 7773 this.setCellStyles(mxConstants.STYLE_ENTRY_X, null, [newEdge]); 7774 this.setCellStyles(mxConstants.STYLE_ENTRY_Y, null, [newEdge]); [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | mxVsdxCanvas2D.js | 113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) method in mxVsdxCanvas2D
|
| D | VsdxExport.js | 422 vsdxCanvas.newEdge(shape, state, xmlDoc);
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 2180 …newEdge=function(m){return new l(null,null,m)},p.prototype.checkLayoutSuccess=function(){return th… 2583 …newEdge=function(m){return new l(null,null,m)},p.prototype.checkLayoutSuccess=function(){return th…
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1040 …ht,x));k.appendChild(d("LocPinX",M,x));k.appendChild(d("LocPinY",P,x));F.newEdge(k,m,x);M=function… 1059 mxVsdxCanvas2D.prototype.newEdge=function(f,m,e){this.shape=f;this.cellState=m;this.xmGeo=m.cellBou… method in mxVsdxCanvas2D
|