コード例 #1
0
ファイル: TrendChart.java プロジェクト: andreasmauczka/SubCat
 public void saveChartAsPNG(File file) throws IOException {
   timeChart.saveChartAsJPEG(file, 800, 600);
 }
コード例 #2
0
ファイル: TrendChart.java プロジェクト: andreasmauczka/SubCat
 public void saveChartAsJPEG(File file, int width, int height) throws IOException {
   timeChart.saveChartAsJPEG(file, width, height);
 }