Module org.jfree.chart
Package org.jfree.chart.swing
Classes that provide support for JFreeChart in Swing applications.
-
Interface Summary Interface Description ChartMouseListener The interface that must be implemented by classes that wish to receiveChartMouseEventnotifications from aChartPanel.Overlay AnOverlayis anything that can be drawn over top of a chart to add additional information to the chart.OverlayChangeListener A listener for changes to anOverlay.SelectionZoomStrategy A strategy for zooming plots on the chart panel by selecting a smaller region on the initial screen. -
Class Summary Class Description AbstractOverlay A base class for implementing overlays for aChartPanel.ApplicationFrame A base class for creating the main frame for simple applications.ChartFrame A frame for displaying a chart.ChartMouseEvent A mouse event for a chart that is displayed in aChartPanel.ChartPanel A Swing GUI component for displaying aJFreeChartobject.CrosshairOverlay An overlay for aChartPanelthat draws crosshairs on a chart.DefaultSelectionZoomStrategy This implementation can be extended to override default behavior.MouseWheelHandler A class that handles mouse wheel events for theChartPanelclass.NumberCellRenderer A table cell renderer that formats numbers with right alignment in each cell.OverlayChangeEvent A change event for anOverlay.PolarChartPanel PolarChartPanelis the top level object for using thePolarPlot.UIUtils A collection of utility methods relating to user interfaces.