visualization.getBoundsInParent().getWidth(),
contextPane.getLayoutBounds().getHeight() + visualization.getLayoutBounds().getHeight() + partPane.getLayoutBounds().getHeight()
));
WritableImage snapshot = this.snapshot(snapshotParameters, null);
//pass snapshot to save action
new SaveSnapshot(controller, snapshot).handle(event);
});
}