Uses of Class
org.jfree.chart.ChartPanel
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Classes related to the
ChartPanel
class.-
Uses of ChartPanel in org.jfree.chart
Modifier and TypeClassDescriptionclass
AChartPanel
that applies offline rendering, for better performance when navigating (i.e.class
PolarChartPanel
is the top level object for using thePolarPlot
.Modifier and TypeMethodDescriptionChartFrame.getChartPanel()
Returns the chart panel for the frame.ModifierConstructorDescriptionMouseWheelHandler
(ChartPanel chartPanel) Creates a new instance for the specified chart panel. -
Uses of ChartPanel in org.jfree.chart.panel
Modifier and TypeMethodDescriptionvoid
CrosshairOverlay.paintOverlay
(Graphics2D g2, ChartPanel chartPanel) Renders the crosshairs in the overlay on top of the chart that has just been rendered in the specifiedchartPanel
.void
Overlay.paintOverlay
(Graphics2D g2, ChartPanel chartPanel) Paints the crosshairs in the layer.