public void changeLayout(Layouter layouter) {
    Shape focussedShape = animationController.getLastFocussedShape();

    layouter.layout(presentation);
    // layouter.animate(presentation, animationStyle);

    presentation.setDefaultLayouter(layouter);
    presentation.resetStartCamera();
    animationController.readjustSmoothlyTo(focussedShape);
  }