Searched refs:beginXY (Results 1 – 1 of 1) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 1216 var beginXY = edgeShape.getStartXY(parentHeight); 1218 … var points = edgeShape.getRoutingPoints(parentHeight, beginXY, edgeShape.getRotation()); 1219 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1232 …Vertex(parent, null, null, Math.floor(Math.round(beginXY.x * 100) / 100), Math.floor(Math.round(be… 1240 (absBeginXY.x + beginXY.x - absOriginFrom.x) 1242 (absBeginXY.y + beginXY.y - absOriginFrom.y) 1389 var beginXY = edgeShape.getStartXY(parentHeight); 1393 … var points = edgeShape.getRoutingPoints(parentHeight, beginXY, edgeShape.getRotation()); 1424 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1430 edgeGeometry.setTerminalPoint(beginXY, true); [all …]
|