Java org.jfree.chart ChartUtils fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart ChartUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart ChartUtils.

The text is from its open source code.

Method

byte[]encodeAsPNG(BufferedImage image)
Encodes a BufferedImage to PNG format.
voidsaveChartAsJPEG(File file, JFreeChart chart, int width, int height)
Saves a chart to a file in JPEG format.
voidsaveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in PNG format.
voidsaveChartAsPNG(File file, JFreeChart chart, int width, int height)
Saves a chart to the specified file in PNG format.