public void drawOvalFilled(Point2d center, Vector2d radii) {
   plotter2dAdapter.drawOvalFilled(plotter2dAdapter.getMetersFrame(), center, radii);
 }