Searched refs:newEdge (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A 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/ |
H A D | mxVsdxCanvas2D.js | 113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) method in mxVsdxCanvas2D
|
H A D | VsdxExport.js | 422 vsdxCanvas.newEdge(shape, state, xmlDoc);
|
/plugin/diagramsnet/lib/js/ |
H A 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
|