public void drawLine(Line2d line) {
   plotter2dAdapter.drawLine(plotter2dAdapter.getMetersFrame(), line);
 }