128129130131132133134135136137138
Graphics2D g2 = page.getGraphics2D(); Rectangle2D rectangle2D = new Rectangle2D.Double(0, 0, width, height); chart.draw(g2, rectangle2D); g2.dispose(); document.writeToFile(f); } } catch (Exception ex) { ex.printStackTrace();