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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidapplyCurrentTheme(JFreeChart chart)
Applies the current theme to the specified chart.
byte[]encodeAsPNG(BufferedImage image)
Encodes a BufferedImage to PNG format.
byte[]encodeAsPNG(BufferedImage image, boolean encodeAlpha, int compression)
Encodes a BufferedImage to PNG format.
StringgetImageMap(String name, ChartRenderingInfo info)
Creates an HTML image map.
StringgetImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator)
Creates an HTML image map.
voidsaveChartAsJPEG(File file, JFreeChart chart, int width, int height)
Saves a chart to a file in JPEG format.
voidsaveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height)
Saves a chart to a file in JPEG format.
voidsaveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in JPEG format.
voidsaveChartAsPNG(File file, JFreeChart chart, int width, int height)
Saves a chart to the specified file in PNG 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, ChartRenderingInfo info, boolean encodeAlpha, int compression)
Saves a chart to a file in PNG format.
voidwriteBufferedImageAsJPEG(OutputStream out, BufferedImage image)
Writes a BufferedImage to an output stream in JPEG format.
voidwriteBufferedImageAsJPEG(OutputStream out, float quality, BufferedImage image)
Writes a BufferedImage to an output stream in JPEG format.
voidwriteBufferedImageAsPNG(OutputStream out, BufferedImage image)
Writes a BufferedImage to an output stream in PNG format.
voidwriteBufferedImageAsPNG(OutputStream out, BufferedImage image, boolean encodeAlpha, int compression)
Writes a BufferedImage to an output stream in PNG format.
voidwriteChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height)
Writes a chart to an output stream in JPEG format.
voidwriteChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in JPEG format.
voidwriteChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height)
Writes a chart to an output stream in JPEG format.
voidwriteChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in JPEG format.
voidwriteChartAsPNG(OutputStream out, JFreeChart chart, int width, int height)
Writes a chart to an output stream in PNG format.
voidwriteChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression)
Writes a chart to an output stream in PNG format.
voidwriteChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, boolean encodeAlpha, int compression)
Writes a chart to an output stream in PNG format.
voidwriteChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in PNG format.
voidwriteImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator)
Writes an image map to the specified writer.
voidwriteImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips)
Writes an image map to an output stream.
voidwriteScaledChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, int widthScaleFactor, int heightScaleFactor)
Writes a scaled version of a chart to an output stream in PNG format.