Uses of Class
org.jfree.chart.ChartRenderingInfo
-
Uses of ChartRenderingInfo in org.jfree.chart
Modifier and TypeMethodDescriptionChartPanel.getChartRenderingInfo()
Returns the chart rendering info from the most recent chart redraw.Modifier 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.void
JFreeChart.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).void
JFreeChart.draw
(Graphics2D g2, Rectangle2D area, ChartRenderingInfo info) Draws the chart on a Java 2D graphics device (such as the screen or a printer).static String
ChartUtils.getImageMap
(String name, ChartRenderingInfo info) Creates an HTML image map.static String
ChartUtils.getImageMap
(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an HTML image map.void
JFreeChart.handleClick
(int x, int y, ChartRenderingInfo info) Handles a 'click' on the chart.static void
ChartUtils.saveChartAsJPEG
(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format.static void
ChartUtils.saveChartAsJPEG
(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in JPEG format.static void
ChartUtils.saveChartAsPNG
(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info) Saves a chart to a file in PNG format.static void
ChartUtils.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 void
ChartUtils.writeChartAsJPEG
(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format.static void
ChartUtils.writeChartAsJPEG
(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in JPEG format.static void
ChartUtils.writeChartAsPNG
(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info) Writes a chart to an output stream in PNG format.static void
ChartUtils.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 void
ChartUtils.writeImageMap
(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream.static void
ChartUtils.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
Modifier and TypeMethodDescriptionstatic String
ImageMapUtils.getImageMap
(String name, ChartRenderingInfo info) Creates an image map element that complies with the XHTML 1.0 specification.static String
ImageMapUtils.getImageMap
(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an image map element that complies with the XHTML 1.0 specification.static void
ImageMapUtils.writeImageMap
(PrintWriter writer, String name, ChartRenderingInfo info) Writes an image map to an output stream.static void
ImageMapUtils.writeImageMap
(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips) Writes an image map to an output stream.static void
ImageMapUtils.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
Modifier and TypeMethodDescriptionPlotRenderingInfo.getOwner()
Returns the owner (as specified in the constructor).ModifierConstructorDescriptionCreates a new instance.