... out = new FileOutputStream(fileName); ImageIO.write(bufferedImage, "png", out); out.close(); } /** * Save a chart as a PNG with a custom DPI.
確定! 回上一頁