static interface Renderable { void renderOn(Graphics2D g, int w, int h); }