svoid drawAll(Iterable drawables, Graphics2D g) { fOr (d : drawables) d?.drawOn(g); }