Uses of Class
org.jfree.chart.ChartPanel
-
Packages that use ChartPanel Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.panel Classes related to theChartPanel
class. -
-
Uses of ChartPanel in org.jfree.chart
Subclasses of ChartPanel in org.jfree.chart Modifier and Type Class Description class
OfflineRenderingChartPanel
AChartPanel
that applies offline rendering, for better performance when navigating (i.e.class
PolarChartPanel
PolarChartPanel
is the top level object for using thePolarPlot
.Fields in org.jfree.chart declared as ChartPanel Modifier and Type Field Description private ChartPanel
ChartFrame. chartPanel
The chart panel.private ChartPanel
MouseWheelHandler. chartPanel
The chart panel.Methods in org.jfree.chart that return ChartPanel Modifier and Type Method Description ChartPanel
ChartFrame. getChartPanel()
Returns the chart panel for the frame.Constructors in org.jfree.chart with parameters of type ChartPanel Constructor Description MouseWheelHandler(ChartPanel chartPanel)
Creates a new instance for the specified chart panel. -
Uses of ChartPanel in org.jfree.chart.panel
Methods in org.jfree.chart.panel with parameters of type ChartPanel Modifier and Type Method Description void
CrosshairOverlay. paintOverlay(java.awt.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(java.awt.Graphics2D g2, ChartPanel chartPanel)
Paints the crosshairs in the layer.
-