public void render(Graphics graphic, int width, int height) {
   renderer.render(graphic, width, height);
 }