Searched refs:rotateChildEdge (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 1219 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1424 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1447 … mxVsdxCodec.prototype.rotateChildEdge = function (model, parent, beginXY, endXY, points) {
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1133 …XY(c),y=n.getEndXY(c),e=n.getRoutingPoints(c,A,n.getRotation());this.rotateChildEdge(d.getModel(),… 1140 …)),y=a.getLblEdgeOffset(d.getView(),e),g.getGeometry().offset=y;this.rotateChildEdge(d.getModel(),… 1141 …Points(c),b.points=d);this.processEdgeGeo(a,g);return g};k.prototype.rotateChildEdge=function(d,b,… method in k
|