JFreeChart/writeChartAsPNG 썸네일형 리스트형 생성한 차트 이미지를 PNG 파일로 저장하기 예제파일 다운로드 import java.awt.Color; import java.io.FileOutputStream; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartFrame; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart; import org.jfree.chart.plot.CategoryPlot; import org.jfree.chart.plot.PlotOrientation; import org.jfree.data.category.DefaultCategoryDataset; public class BarExample2{ public static void.. 더보기 이전 1 다음