Package org.jfree.chart
Core classes, including
JFreeChart and
ChartPanel.-
Interface Summary Interface Description ChartMouseListener The interface that must be implemented by classes that wish to receiveChartMouseEventnotifications from aChartPanel.ChartTheme AChartThemea class that can apply a style or 'theme' to a chart.LegendItemSource A source of legend items. -
Class Summary Class Description ChartColor Class to extend the number of Colors available to the charts.ChartFactory A collection of utility methods for creating some standard charts with JFreeChart.ChartFrame A frame for displaying a chart.ChartHints Special rendering hints that can be used internally by JFreeChart or by specialised implementations of theGraphics2DAPI.ChartHints.Key A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).ChartMouseEvent A mouse event for a chart that is displayed in aChartPanel.ChartPanel A Swing GUI component for displaying aJFreeChartobject.ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.ChartTransferable A class used to represent a chart on the clipboard.ChartUtils A collection of utility methods for JFreeChart.HashUtils Some utility methods for calculating hash codes.JFreeChart A chart class implemented using the Java 2D APIs.LegendItem A temporary storage object for recording the properties of a legend item, without any consideration for layout issues.LegendItemCollection A collection of legend items.LegendRenderingOrder Represents the order for rendering legend items.MouseWheelHandler A class that handles mouse wheel events for theChartPanelclass.PaintMap A storage structure that mapsComparableinstances withPaintinstances.PolarChartPanel PolarChartPanelis the top level object for using thePolarPlot.StandardChartTheme A default implementation of theChartThemeinterface.StrokeMap A storage structure that mapsComparableinstances withStrokeinstances.