public void drawPolygonFilled(ConvexPolygon2d polygon) {
   plotter2dAdapter.drawPolygonFilled(plotter2dAdapter.getMetersFrame(), polygon);
 }