| Frames | No Frames |
Methods with parameter type org.jfree.chart.ChartRenderingInfo | |
| String | ServletUtilities.saveChartAsJPEG(JFreeChart chart, int width, int height, ChartRenderingInfo info, HttpSession session) Saves the chart as a JPEG format file in the temporary directory and
populates the ChartRenderingInfo object which can be used
to generate an HTML image map. |
| String | ServletUtilities.saveChartAsPNG(JFreeChart chart, int width, int height, ChartRenderingInfo info, HttpSession session) Saves the chart as a PNG format file in the temporary directory and
populates the ChartRenderingInfo object which can be used to
generate an HTML image map. |
Methods with parameter type org.jfree.chart.ChartRenderingInfo | |
| String | Creates an image map element that complies with the XHTML 1.0
specification. |
| String | ImageMapUtilities.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an image map element that complies with the XHTML 1.0
specification. |
| void | Writes an image map to an output stream. |
| void | ImageMapUtilities.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream. |
| void | ImageMapUtilities.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to an output stream. |
Constructors with parameter type org.jfree.chart.ChartRenderingInfo | |
Default constructor. | |
Methods with return type org.jfree.chart.ChartRenderingInfo | |
| ChartRenderingInfo | Returns the owner. |
Methods with parameter type org.jfree.chart.ChartRenderingInfo | |
| BufferedImage | JFreeChart.createBufferedImage(int imageWidth, int imageHeight, double drawWidth, double drawHeight, ChartRenderingInfo info) Creates and returns a buffered image into which the chart has been drawn. |
| BufferedImage | Creates and returns a buffered image into which the chart has been drawn. |
| BufferedImage | Creates and returns a buffered image into which the chart has been drawn. |
| void | Draws the chart on a Java 2D graphics device (such as the screen or a
printer). |
| void | Draws the chart on a Java 2D graphics device (such as the screen or a
printer). |
| String | Creates an HTML image map. |
| String | ChartUtilities.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an HTML image map. |
| void | Handles a 'click' on the chart. |
| void | ChartUtilities.saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format. |
| void | ChartUtilities.saveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format. |
| void | ChartUtilities.saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in PNG format. |
| void | ChartUtilities.saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression) Saves a chart to a file in PNG format. |
| void | ChartUtilities.writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format. |
| void | ChartUtilities.writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format. |
| void | ChartUtilities.writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in PNG format. |
| void | ChartUtilities.writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression) Writes a chart to an output stream in PNG format. |
| void | ChartUtilities.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream. |
| void | ChartUtilities.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to an output stream. |
Methods with return type org.jfree.chart.ChartRenderingInfo | |
| ChartRenderingInfo | Returns the chart rendering info from the most recent chart redraw. |