Searched refs:endXY (Results 1 – 1 of 1) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 1217 var endXY = edgeShape.getEndXY(parentHeight); 1219 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1263 …rtVertex(parent, null, null, Math.floor(Math.round(endXY.x * 100) / 100), Math.floor(Math.round(en… 1271 (absEndXY.x + endXY.x - absOriginTo.x) 1273 (absEndXY.y + endXY.y - absOriginTo.y) 1390 var endXY = edgeShape.getEndXY(parentHeight); 1424 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points); 1431 edgeGeometry.setTerminalPoint(endXY, false); 1447 … mxVsdxCodec.prototype.rotateChildEdge = function (model, parent, beginXY, endXY, points) { argument 1458 mxVsdxCodec.rotatedEdgePoint(endXY, pRotation, hw, hh); [all …]
|