Move multiple nodes togheter

Hi,
I have a graph like this one:


I need to center vertically the last three nodes:

The Layout is custom, I have the central point and I know how to center one of the nodes using the move function, but this applies only to one node at a time.
I would like to move the whole column instead, is there such an api? Thank you.

You can call Diagram.moveParts.