Home
last modified time | relevance | path

Searched refs:newEdge (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7706 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/
H A DmxVsdxCanvas2D.js113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) method in mxVsdxCanvas2D
H A DVsdxExport.js422 vsdxCanvas.newEdge(shape, state, xmlDoc);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1040 …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