クラス ChartUtils
- java.lang.Object
-
- org.nkjmlab.util.jfreechart.ChartUtils
-
public class ChartUtils extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ChartUtils()
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 static BufferedImagecreateBufferedImage(org.jfree.chart.JFreeChart chart, int width, int height)static byte[]encodeAsPng(org.jfree.chart.JFreeChart chart, int width, int height)static voidsaveChartAsPng(File file, org.jfree.chart.JFreeChart chart, int width, int height)voidsetDefaultTheme()voidsetLegacyTheme()static org.jfree.chart.ChartFrameviewInFrame(org.jfree.chart.JFreeChart chart, String title, int x, int y, int width, int height)
-
-
-
メソッドの詳細
-
saveChartAsPng
public static void saveChartAsPng(File file, org.jfree.chart.JFreeChart chart, int width, int height)
-
encodeAsPng
public static byte[] encodeAsPng(org.jfree.chart.JFreeChart chart, int width, int height)
-
viewInFrame
public static org.jfree.chart.ChartFrame viewInFrame(org.jfree.chart.JFreeChart chart, String title, int x, int y, int width, int height)
-
setLegacyTheme
public void setLegacyTheme()
-
setDefaultTheme
public void setDefaultTheme()
-
createBufferedImage
public static BufferedImage createBufferedImage(org.jfree.chart.JFreeChart chart, int width, int height)
-
-