Uses of Class
org.jfree.chart.ChartRenderingInfo
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of ChartRenderingInfo in org.jfree.chart
Methods in org.jfree.chart that return ChartRenderingInfo Modifier and Type Method Description ChartRenderingInfo
ChartPanel. getChartRenderingInfo()
Returns the chart rendering info from the most recent chart redraw.Methods in org.jfree.chart with parameters of type ChartRenderingInfo Modifier and Type Method Description 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
JFreeChart. createBufferedImage(int width, int height, int imageType, ChartRenderingInfo info)
Creates and returns a buffered image into which the chart has been drawn.BufferedImage
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).abstract Rectangle2D
Legend. draw(Graphics2D g2, Rectangle2D available, ChartRenderingInfo info)
Draws the legend on a Java 2D graphics device (such as the screen or a printer).Rectangle2D
StandardLegend. draw(Graphics2D g2, Rectangle2D available, ChartRenderingInfo info)
Draws the legend on a Java 2D graphics device (such as the screen or a printer).static String
ChartUtilities. getImageMap(String name, ChartRenderingInfo info)
Creates an HTML image map.static String
ChartUtilities. 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
ChartUtilities. saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in PNG format.static 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.static 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.static void
ChartUtilities. writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in JPEG format.static void
ChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in PNG format.static 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.static void
ChartUtilities. writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info)
Writes an image map to an output stream.static void
ChartUtilities. writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, boolean useOverLibForToolTips)
Writes an image map to an output stream.static void
ChartUtilities. 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.demo
Fields in org.jfree.chart.demo declared as ChartRenderingInfo Modifier and Type Field Description ChartRenderingInfo
PanScrollZoomDemo. info
-
Uses of ChartRenderingInfo in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ChartRenderingInfo Modifier and Type Method Description ChartRenderingInfo
PlotRenderingInfo. getOwner()
Returns the owner.Constructors in org.jfree.chart.plot with parameters of type ChartRenderingInfo Constructor Description PlotRenderingInfo(ChartRenderingInfo owner)
Default constructor.