Uses of Class
org.jfree.chart.ChartRenderingInfo
Packages that use ChartRenderingInfo
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Classes, including
ImageMapUtils, for creating HTML image maps.Plot classes and related interfaces.
Classes for providing useful servlet and JSP functionality.
-
Uses of ChartRenderingInfo in org.jfree.chart
Methods in org.jfree.chart that return ChartRenderingInfoModifier and TypeMethodDescriptionChartRenderingInfo.clone()Returns a clone of this object.ChartPanel.getChartRenderingInfo()Returns the chart rendering info from the most recent chart redraw.Methods in org.jfree.chart with parameters of type ChartRenderingInfoModifier and TypeMethodDescriptionJFreeChart.createBufferedImage(int imageWidth, int imageHeight, double drawWidth, double drawHeight, ChartRenderingInfo info) Creates and returns a buffered image into which the chart has been drawn.JFreeChart.createBufferedImage(int width, int height, int imageType, ChartRenderingInfo info) Creates and returns a buffered image into which the chart has been drawn.JFreeChart.createBufferedImage(int width, int height, ChartRenderingInfo info) Creates and returns a buffered image into which the chart has been drawn.voidJFreeChart.draw(Graphics2D g2, Rectangle2D chartArea, Point2D anchor, ChartRenderingInfo info) Draws the chart on a Java 2D graphics device (such as the screen or a printer).voidJFreeChart.draw(Graphics2D g2, Rectangle2D area, ChartRenderingInfo info) Draws the chart on a Java 2D graphics device (such as the screen or a printer).static StringChartUtils.getImageMap(String name, ChartRenderingInfo info) Creates an HTML image map.static StringChartUtils.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an HTML image map.voidJFreeChart.handleClick(int x, int y, ChartRenderingInfo info) Handles a 'click' on the chart.protected BufferedImageChartPanel.paintChartToBuffer(Graphics2D g2, Dimension bufferSize, Dimension chartSize, Point2D anchor, ChartRenderingInfo info) Paints the chart to fill the entire off-screen buffer image.protected BufferedImageOfflineRenderingChartPanel.paintChartToBuffer(Graphics2D g2, Dimension bufferSize, Dimension chartSize, Point2D anchor, ChartRenderingInfo info) static voidChartUtils.saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format.static voidChartUtils.saveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format.static voidChartUtils.saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in PNG format.static voidChartUtils.saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression) Saves a chart to a file in PNG format.static voidChartUtils.writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format.static voidChartUtils.writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format.static voidChartUtils.writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in PNG format.static voidChartUtils.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.static voidChartUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream.static voidChartUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to the specified writer. -
Uses of ChartRenderingInfo in org.jfree.chart.imagemap
Methods in org.jfree.chart.imagemap with parameters of type ChartRenderingInfoModifier and TypeMethodDescriptionstatic StringImageMapUtils.getImageMap(String name, ChartRenderingInfo info) Creates an image map element that complies with the XHTML 1.0 specification.static StringImageMapUtils.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an image map element that complies with the XHTML 1.0 specification.static voidImageMapUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info) Writes an image map to an output stream.static voidImageMapUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream.static voidImageMapUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to an output stream. -
Uses of ChartRenderingInfo in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ChartRenderingInfoModifier and TypeMethodDescriptionPlotRenderingInfo.getOwner()Returns the owner (as specified in the constructor).Constructors in org.jfree.chart.plot with parameters of type ChartRenderingInfoModifierConstructorDescriptionCreates a new instance. -
Uses of ChartRenderingInfo in org.jfree.chart.servlet
Methods in org.jfree.chart.servlet with parameters of type ChartRenderingInfoModifier and TypeMethodDescriptionstatic StringServletUtilities.saveChartAsJPEG(JFreeChart chart, int width, int height, ChartRenderingInfo info, javax.servlet.http.HttpSession session) Saves the chart as a JPEG format file in the temporary directory and populates theChartRenderingInfoobject which can be used to generate an HTML image map.static StringServletUtilities.saveChartAsPNG(JFreeChart chart, int width, int height, ChartRenderingInfo info, javax.servlet.http.HttpSession session) Saves the chart as a PNG format file in the temporary directory and populates theChartRenderingInfoobject which can be used to generate an HTML image map.