468469470471472473474475476477478
try { if (commit) { double s = graph.getView().getScale(); cells = graph.moveCells(cells, dx / s, dy / s, clone, target, e.getPoint()); } fireEvent(new mxEventObject(mxEvent.STOP, "event", e, "commit", commit));
13661367136813691370137113721373137413751376
graph.getModel().getParent(initialCell), cells, e)) { target = graph.getDefaultParent(); } Object[] tmp = graph.moveCells(cells, dx, dy, clone, target, e.getPoint()); if (isSelectEnabled() && clone && tmp != null && tmp.length == cells.length) {
14131414141514161417141814191420142114221423
467468469470471472473474475476477
462463464465466467468469470471472
try { if (commit) { double s = graph.getView().getScale(); cells = graph.moveCells(cells, dx / s, dy / s, clone, target, e .getPoint()); } fireEvent(new mxEventObject(mxEvent.STOP, "event", e, "commit", commit));
13371338133913401341134213431344134513461347