@Override public void fillPolygon(Polygon2d polygon) { pipe.fill(convertPolygon(polygon)); }
private void fillShape(Shape s) { pipe.fill(s); }