dx = inCount * graph.getGridSize();
dy = inCount * graph.getGridSize();
}
}
cache.insertClones(cells, graph.cloneCells(cells),
nested, cs, pm, dx, dy);
// Signal sender to remove only if moved between
// different models
return (graph.getUI().getDropAction() == TransferHandler.MOVE && !allInModel);