Uses of Class
org.jfree.chart.ChartPanel
-
Packages that use ChartPanel Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.panel Classes related to theChartPanelclass. -
-
Uses of ChartPanel in org.jfree.chart
Subclasses of ChartPanel in org.jfree.chart Modifier and Type Class Description classOfflineRenderingChartPanelAChartPanelthat applies offline rendering, for better performance when navigating (i.e.classPolarChartPanelPolarChartPanelis the top level object for using thePolarPlot.Fields in org.jfree.chart declared as ChartPanel Modifier and Type Field Description private ChartPanelChartFrame. chartPanelThe chart panel.private ChartPanelMouseWheelHandler. chartPanelThe chart panel.Methods in org.jfree.chart that return ChartPanel Modifier and Type Method Description ChartPanelChartFrame. 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 voidCrosshairOverlay. 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.voidOverlay. paintOverlay(java.awt.Graphics2D g2, ChartPanel chartPanel)Paints the crosshairs in the layer.
-