Uses of Class
org.jfree.chart.ChartPanel
Packages that use ChartPanel
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Classes related to the
ChartPanel
class.Plot classes and related interfaces.
-
Uses of ChartPanel in org.jfree.chart
Subclasses of ChartPanel in org.jfree.chartModifier and TypeClassDescriptionclass
PolarChartPanel
is the top level object for using thePolarPlot
.Fields in org.jfree.chart declared as ChartPanelModifier and TypeFieldDescriptionprivate ChartPanel
ChartFrame.chartPanel
The chart panel.private ChartPanel
MouseWheelHandler.chartPanel
The chart panel.Methods in org.jfree.chart that return ChartPanelModifier and TypeMethodDescriptionChartFrame.getChartPanel()
Returns the chart panel for the frame.Constructors in org.jfree.chart with parameters of type ChartPanelModifierConstructorDescriptionMouseWheelHandler
(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 ChartPanelModifier and TypeMethodDescriptionvoid
CrosshairOverlay.paintOverlay
(Graphics2D g2, ChartPanel chartPanel) Paints the crosshairs in the layer.void
Overlay.paintOverlay
(Graphics2D g2, ChartPanel chartPanel) Paints the crosshairs in the layer. -
Uses of ChartPanel in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ChartPanel