| Name | Package | Description |
| AbstractBlock | org.jfree.chart.block | A convenience class for creating new classes that implement
the Block interface. |
| AbstractCategoryItemLabelGenerator | org.jfree.chart.labels | A base class that can be used to create a label or tooltip generator that
can be assigned to a
CategoryItemRenderer . |
| AbstractCategoryItemRenderer | org.jfree.chart.renderer.category | An abstract base class that you can use to implement a new
CategoryItemRenderer . |
| AbstractCategoryItemRendererTests | org.jfree.chart.renderer.category.junit | Tests for the AbstractCategoryItemRenderer class. |
| AbstractDataset | org.jfree.data.general | An abstract implementation of the Dataset interface, containing a
mechanism for registering change listeners. |
| AbstractIntervalXYDataset | org.jfree.data.xy | An base class that you can use to create new implementations of the
IntervalXYDataset interface. |
| AbstractPieItemLabelGenerator | org.jfree.chart.labels | A base class used for generating pie chart item labels. |
| AbstractRenderer | org.jfree.chart.renderer | Base class providing common services for renderers. |
| AbstractRendererTests | org.jfree.chart.renderer.junit | Tests for the AbstractRenderer class. |
| AbstractSeriesDataset | org.jfree.data.general | An abstract implementation of the SeriesDataset interface,
containing a mechanism for registering change listeners. |
| AbstractXYAnnotation | org.jfree.chart.annotations | The interface that must be supported by annotations that are to be added to
an XYPlot . |
| AbstractXYDataset | org.jfree.data.xy | An base class that you can use to create new implementations of the
XYDataset interface. |
| AbstractXYItemLabelGenerator | org.jfree.chart.labels | A base class for creating item label generators. |
| AbstractXYItemRenderer | org.jfree.chart.renderer.xy | A base class that can be used to create new XYItemRenderer
implementations. |
| AbstractXYItemRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the AbstractXYItemRenderer class. |
| AbstractXYZDataset | org.jfree.data.xy | An base class that you can use to create new implementations of the
XYZDataset interface. |
| AnnotationsPackageTests | org.jfree.chart.annotations.junit | A collection of tests for the org.jfree.chart.annotations
package. |
| AreaChartTests | org.jfree.chart.junit | Tests for an area chart. |
| AreaRenderer | org.jfree.chart.renderer.category | A category item renderer that draws area charts. |
| AreaRendererEndType | org.jfree.chart.renderer | An enumeration of the 'end types' for an area renderer. |
| AreaRendererEndTypeTests | org.jfree.chart.renderer.junit | Tests for the AreaRendererEndType class. |
| AreaRendererTests | org.jfree.chart.renderer.category.junit | Tests for the AreaRenderer class. |
| ArrowNeedle | org.jfree.chart.needle | A needle in the shape of an arrow. |
| ArrowNeedleTests | org.jfree.chart.needle.junit | Tests for the ArrowNeedle class. |
| Axis | org.jfree.chart.axis | The base class for all axes in JFreeChart. |
| AxisChangeEvent | org.jfree.chart.event | A change event that encapsulates information about a change to an axis. |
| AxisCollection | org.jfree.chart.axis | A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or
RIGHT of a chart. |
| AxisLocation | org.jfree.chart.axis | Used to indicate the location of an axis on a 2D plot, prior to knowing the
orientation of the plot. |
| AxisLocationTests | org.jfree.chart.axis.junit | Tests for the AxisLocation class. |
| AxisPackageTests | org.jfree.chart.axis.junit | A collection of tests for the org.jfree.chart.axis package. |
| AxisSpace | org.jfree.chart.axis | A record that contains the space required at each edge of a plot. |
| AxisSpaceTests | org.jfree.chart.axis.junit | Tests for the AxisSpace class. |
| AxisState | org.jfree.chart.axis | Instances of this class are used to carry state information for an axis
during the drawing process. |
| AxisTests | org.jfree.chart.axis.junit | Tests for the Axis class. |
| BarChart3DTests | org.jfree.chart.junit | Tests for a 3D bar chart. |
| BarChartDemo1 | org.jfree.chart.demo | A simple demonstration application showing how to create a bar chart. |
| BarChartTests | org.jfree.chart.junit | Tests for a bar chart. |
| BarRenderer | org.jfree.chart.renderer.category | A CategoryItemRenderer that draws individual data items as bars. |
| BarRenderer3D | org.jfree.chart.renderer.category | A renderer for bars with a 3D effect, for use with the
CategoryPlot class. |
| BarRenderer3DTests | org.jfree.chart.renderer.category.junit | Tests for the BarRenderer3D class. |
| BarRendererTests | org.jfree.chart.renderer.category.junit | Tests for the BarRenderer class. |
| BlockBorder | org.jfree.chart.block | A border for a block. |
| BlockBorderTests | org.jfree.chart.block.junit | Tests for the BlockBorder class. |
| BlockContainer | org.jfree.chart.block | A container for a collection of Block objects. |
| BlockContainerTests | org.jfree.chart.block.junit | Tests for the BlockContainer class. |
| BlockPackageTests | org.jfree.chart.block.junit | A collection of tests for the org.jfree.chart.block package. |
| BlockParams | org.jfree.chart.block | A standard parameter object that can be passed to the draw() method defined
by the Block class. |
| BlockResult | org.jfree.chart.block | Used to return results from the draw() method in the Block
class. |
| BorderArrangement | org.jfree.chart.block | An arrangement manager that lays out blocks in a similar way to
Swing's BorderLayout class. |
| BorderArrangementTests | org.jfree.chart.block.junit | Tests for the BorderArrangement class. |
| BoxAndWhiskerCalculator | org.jfree.data.statistics | A utility class that calculates the mean, median, quartiles Q1 and Q3, plus
a list of outlier values...all from an arbitrary list of
Number objects. |
| BoxAndWhiskerCalculatorTests | org.jfree.data.statistics.junit | Tests for the BoxAndWhiskerCalculator class. |
| BoxAndWhiskerItem | org.jfree.data.statistics | Represents one data item within a box-and-whisker dataset. |
| BoxAndWhiskerItemTests | org.jfree.data.statistics.junit | Tests for the BoxAndWhiskerItem class. |
| BoxAndWhiskerRenderer | org.jfree.chart.renderer.category | A box-and-whisker renderer. |
| BoxAndWhiskerRendererTests | org.jfree.chart.renderer.category.junit | Tests for the BoxAndWhiskerRenderer class. |
| BoxAndWhiskerToolTipGenerator | org.jfree.chart.labels | An item label generator for plots that use data from a
BoxAndWhiskerCategoryDataset . |
| BoxAndWhiskerToolTipGeneratorTests | org.jfree.chart.labels.junit | Tests for the BoxAndWhiskerToolTipGenerator class. |
| BoxAndWhiskerXYToolTipGenerator | org.jfree.chart.labels | An item label generator for plots that use data from a
BoxAndWhiskerXYDataset . |
| BoxAndWhiskerXYToolTipGeneratorTests | org.jfree.chart.labels.junit | Tests for the BoxAndWhiskerXYToolTipGenerator class. |
| BubbleXYItemLabelGenerator | org.jfree.chart.labels | An item label generator defined for use with the XYBubbleRenderer
class, or any other class that uses an XYZDataset . |
| BubbleXYItemLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the BubbleXYItemLabelGenerator class. |
| CandlestickRenderer | org.jfree.chart.renderer.xy | A renderer that draws candlesticks on an XYPlot (requires a
OHLCDataset ). |
| CandlestickRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the CandlestickRenderer class. |
| CategoryAnchor | org.jfree.chart.axis | Used to indicate one of three positions within a category:
START, MIDDLE and END. |
| CategoryAnchorTests | org.jfree.chart.axis.junit | Tests for the CategoryAnchor class. |
| CategoryAxis | org.jfree.chart.axis | An axis that displays categories. |
| CategoryAxis3D | org.jfree.chart.axis | An axis that displays categories and has a 3D effect. |
| CategoryAxis3DTests | org.jfree.chart.axis.junit | Tests for the CategoryAxis3D class. |
| CategoryAxisTests | org.jfree.chart.axis.junit | Tests for the CategoryAxis class. |
| CategoryDatasetHandler | org.jfree.data.xml | A SAX handler for reading a CategoryDataset from an XML file. |
| CategoryItemEntity | org.jfree.chart.entity | A chart entity that represents one item within a category plot. |
| CategoryItemEntityTests | org.jfree.chart.entity.junit | Tests for the CategoryItemEntity class. |
| CategoryItemRendererState | org.jfree.chart.renderer.category | An object that retains temporary state information for a
CategoryItemRenderer . |
| CategoryLabelPosition | org.jfree.chart.axis | The attributes that control the position of the labels for the categories on
a CategoryAxis . |
| CategoryLabelPositions | org.jfree.chart.axis | Records the label positions for a category axis. |
| CategoryLabelPositionsTests | org.jfree.chart.axis.junit | Tests for the CategoryLabelPositions class. |
| CategoryLabelPositionTests | org.jfree.chart.axis.junit | Tests for the CategoryLabelPosition class. |
| CategoryLabelWidthType | org.jfree.chart.axis | Represents the width types for a category label. |
| CategoryLabelWidthTypeTests | org.jfree.chart.axis.junit | Tests for the CategoryLabelWidthType class. |
| CategoryLineAnnotation | org.jfree.chart.annotations | A line annotation that can be placed on a
CategoryPlot . |
| CategoryLineAnnotationTests | org.jfree.chart.annotations.junit | Tests for the CategoryLineAnnotationTests class. |
| CategoryMarker | org.jfree.chart.plot | A marker for a category. |
| CategoryMarkerTests | org.jfree.chart.plot.junit | Some tests for the CategoryMarker class. |
| CategoryPlot | org.jfree.chart.plot | A general plotting class that uses data from a CategoryDataset and
renders each data item using a CategoryItemRenderer . |
| CategoryPlotTests | org.jfree.chart.plot.junit | Tests for the CategoryPlot class. |
| CategorySeriesHandler | org.jfree.data.xml | A handler for reading a series for a category dataset. |
| CategoryStepRenderer | org.jfree.chart.renderer.category | A "step" renderer similar to XYStepRenderer but
that can be used with the CategoryPlot class. |
| CategoryStepRendererTests | org.jfree.chart.renderer.category.junit | Tests for the CategoryStepRenderer class. |
| CategoryTableXYDataset | org.jfree.data.xy | An implementation variant of the TableXYDataset where every series
shares the same x-values (required for generating stacked area charts). |
| CategoryTableXYDatasetTests | org.jfree.data.xy.junit | Tests for the CategoryTableXYDataset class. |
| CategoryTextAnnotation | org.jfree.chart.annotations | A text annotation that can be placed on a
CategoryPlot . |
| CategoryTextAnnotationTests | org.jfree.chart.annotations.junit | Tests for the CategoryTextAnnotation class. |
| CategoryTick | org.jfree.chart.axis | A tick for a CategoryAxis . |
| CategoryTickTests | org.jfree.chart.axis.junit | Tests for the CategoryTick class. |
| CategoryToPieDataset | org.jfree.data.category | A PieDataset implementation that obtains its data from one row or
column of a CategoryDataset . |
| CenterArrangement | org.jfree.chart.block | Arranges a block in the center of its container. |
| ChartChangeEvent | org.jfree.chart.event | A change event that encapsulates information about a change to a chart. |
| ChartChangeEventType | org.jfree.chart.event | Defines tokens used to indicate an event type. |
| ChartColor | org.jfree.chart | Class to extend the number of Colors available to the charts. |
| ChartDeleter | org.jfree.chart.servlet | Used for deleting charts from the temporary directory when the users session
expires. |
| ChartEditorManager | org.jfree.chart.editor | The central point for obtaining ChartEditor instances for editing
charts. |
| ChartEntity | org.jfree.chart.entity | A class that captures information about some component of a chart (a bar,
line etc). |
| ChartFactory | org.jfree.chart | A collection of utility methods for creating some standard charts with
JFreeChart. |
| ChartFrame | org.jfree.chart | A frame for displaying a chart. |
| ChartMouseEvent | org.jfree.chart | A mouse event for a chart that is displayed in a ChartPanel . |
| ChartPackageTests | org.jfree.chart.junit | A collection of tests for the org.jfree.chart package. |
| ChartPanel | org.jfree.chart | A Swing GUI component for displaying a JFreeChart object. |
| ChartPanelTests | org.jfree.chart.junit | Tests for the ChartPanel class. |
| ChartProgressEvent | org.jfree.chart.event | An event that contains information about the drawing progress of a chart. |
| ChartRenderingInfo | org.jfree.chart | A structure for storing rendering information from one call to the
JFreeChart.draw() method. |
| ChartRenderingInfoTests | org.jfree.chart.junit | Tests for the ChartRenderingInfo class. |
| ChartUtilities | org.jfree.chart | A collection of utility methods for JFreeChart. |
| ClipPath | org.jfree.chart | This class would typically be used with a
ContourPlot . |
| ClusteredXYBarRenderer | org.jfree.chart.renderer.xy | An extension of XYBarRenderer that displays bars for different
series values at the same x next to each other. |
| ClusteredXYBarRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the ClusteredXYBarRenderer class. |
| ColorBar | org.jfree.chart.axis | A color bar. |
| ColorBarTests | org.jfree.chart.axis.junit | Tests for the ColorBar class. |
| ColorBlock | org.jfree.chart.block | A block that is filled with a single color. |
| ColorPalette | org.jfree.chart.plot | Defines palette used in Contour Plots. |
| ColorPaletteTests | org.jfree.chart.plot.junit | Tests for the ColorPalette class. |
| ColumnArrangement | org.jfree.chart.block | Arranges blocks in a column layout. |
| ColumnArrangementTests | org.jfree.chart.block.junit | Tests for the ColumnArrangement class. |
| CombinedDataset | org.jfree.data.general | This class can combine instances of XYDataset , OHLCDataset
and IntervalXYDataset together exposing the union of all the series
under one dataset. |
| CombinedDomainCategoryPlot | org.jfree.chart.plot | A combined category plot where the domain axis is shared. |
| CombinedDomainCategoryPlotTests | org.jfree.chart.plot.junit | Tests for the CombinedDomainCategoryPlot class. |
| CombinedDomainXYPlot | org.jfree.chart.plot | An extension of XYPlot that contains multiple subplots that share a
common domain axis. |
| CombinedDomainXYPlotTests | org.jfree.chart.plot.junit | Tests for the CombinedDomainXYPlot class. |
| CombinedRangeCategoryPlot | org.jfree.chart.plot | A combined category plot where the range axis is shared. |
| CombinedRangeCategoryPlotTests | org.jfree.chart.plot.junit | Tests for the CombinedRangeCategoryPlot class. |
| CombinedRangeXYPlot | org.jfree.chart.plot | An extension of XYPlot that contains multiple subplots that share a
common range axis. |
| CombinedRangeXYPlotTests | org.jfree.chart.plot.junit | Tests for the CombinedRangeXYPlot class. |
| CompassFormat | org.jfree.chart.axis | A formatter that displays numbers as directions. |
| CompassPlot | org.jfree.chart.plot | A specialised plot that draws a compass to indicate a direction based on the
value from a ValueDataset . |
| CompassPlotTests | org.jfree.chart.plot.junit | Tests for the CompassPlot class. |
| CompositeTitle | org.jfree.chart.title | A title that contains multiple titles within a BlockContainer . |
| CompositeTitleTests | org.jfree.chart.title.junit | Tests for the CompositeTitle class. |
| ContourEntity | org.jfree.chart.entity | Represents an item on a contour chart. |
| ContourEntityTests | org.jfree.chart.entity.junit | Tests for the ContourEntity class. |
| ContourPlot | org.jfree.chart.plot | A class for creating shaded contours. |
| ContourPlotTests | org.jfree.chart.plot.junit | Tests for the ContourPlot class. |
| ContourPlotUtilities | org.jfree.chart.plot | Some utility methods for the ContourPlot class. |
| CrosshairState | org.jfree.chart.plot | Maintains state information about crosshairs on a plot. |
| CSV | org.jfree.data.io | A utility class for reading CategoryDataset data from a CSV file. |
| CustomPieURLGenerator | org.jfree.chart.urls | A custom URL generator for pie charts. |
| CustomXYItemLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the CustomXYToolTipGenerator class. |
| CustomXYToolTipGenerator | org.jfree.chart.labels | A tool tip generator that stores custom tooltips. |
| CustomXYURLGenerator | org.jfree.chart.urls | A custom URL generator. |
| CustomXYURLGeneratorTests | org.jfree.chart.urls.junit | Tests for the CustomXYURLGenerator class. |
| CyclicNumberAxis | org.jfree.chart.axis | This class extends NumberAxis and handles cycling. |
| CyclicNumberAxis.CycleBoundTick | org.jfree.chart.axis | A special Number tick that also hold information about the cycle bound
mapping for this tick. |
| CyclicNumberAxisTests | org.jfree.chart.axis.junit | Tests for the CyclicNumberAxis class. |
| CyclicXYItemRenderer | org.jfree.chart.renderer.xy | The Cyclic XY item renderer is specially designed to handle cyclic axis. |
| CyclicXYItemRenderer.OverwriteDataSet | org.jfree.chart.renderer.xy | A dataset to hold the interpolated points when drawing new lines. |
| DataCategoryPackageTests | org.jfree.data.category.junit | Some tests for the org.jfree.data.category package that can
be run using JUnit. |
| DataGanttPackageTests | org.jfree.data.gantt.junit | Some tests for the org.jfree.data.gantt package that can be
run using JUnit. |
| DataGeneralPackageTests | org.jfree.data.general.junit | Some tests for the org.jfree.data package that can be run
using JUnit. |
| DataPackageResources | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageResources_de | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageResources_es | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageResources_fr | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageResources_pl | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageResources_ru | org.jfree.data.resources | A resource bundle that stores all the items that might need localisation. |
| DataPackageTests | org.jfree.data.junit | Some tests for the org.jfree.data package that can be run using
JUnit. |
| DatasetChangeEvent | org.jfree.data.general | A change event that encapsulates information about a change to a dataset. |
| DatasetGroup | org.jfree.data.general | A class that is used to group datasets (currently not used for any specific
purpose). |
| DatasetGroupTests | org.jfree.data.general.junit | Tests for the DatasetGroup class. |
| DatasetReader | org.jfree.data.xml | A utility class for reading datasets from XML. |
| DatasetRenderingOrder | org.jfree.chart.plot | Defines the tokens that indicate the rendering order for datasets in a
CategoryPlot or an
XYPlot . |
| DatasetUtilities | org.jfree.data.general | A collection of useful static methods relating to datasets. |
| DatasetUtilitiesTests | org.jfree.data.general.junit | Tests for the DatasetUtilities class. |
| DataStatisticsPackageTests | org.jfree.data.statistics.junit | Some tests for the org.jfree.data.statistics package that can
be run using JUnit. |
| DataTimePackageTests | org.jfree.data.time.junit | Some tests for the org.jfree.data.time package that can be run
using JUnit. |
| DataUtilities | org.jfree.data | Utility methods for use with some of the data classes (but not the datasets,
see DatasetUtilities ). |
| DataUtilitiesTests | org.jfree.data.junit | Some tests for the DataUtilities class. |
| DataXYPackageTests | org.jfree.data.xy.junit | Some tests for the org.jfree.data.category package that can
be run using JUnit. |
| DateAxis | org.jfree.chart.axis | The base class for axes that display dates. |
| DateAxisTests | org.jfree.chart.axis.junit | Tests for the DateAxis class. |
| DateRange | org.jfree.data.time | A range specified in terms of two java.util.Date objects. |
| DateRangeTests | org.jfree.data.time.junit | Some tests for the DateRange class. |
| DateTick | org.jfree.chart.axis | A tick used by the DateAxis class. |
| DateTickMarkPosition | org.jfree.chart.axis | Used to indicate the required position of tick marks on a date axis relative
to the underlying time period. |
| DateTickMarkPositionTests | org.jfree.chart.axis.junit | Tests for the DateTickMarkPosition class. |
| DateTickTests | org.jfree.chart.axis.junit | Tests for the DateTick class. |
| DateTickUnit | org.jfree.chart.axis | A tick unit for use by subclasses of DateAxis . |
| DateTickUnitTests | org.jfree.chart.axis.junit | Tests for the DateTickUnit class. |
| DateTitle | org.jfree.chart.title | A chart title that displays the date. |
| DateTitleTests | org.jfree.chart.title.junit | Tests for the DateTitle class. |
| Day | org.jfree.data.time | Represents a single day in the range 1-Jan-1900 to 31-Dec-9999. |
| DayTests | org.jfree.data.time.junit | Tests for the Day class. |
| DefaultBoxAndWhiskerCategoryDataset | org.jfree.data.statistics | A convenience class that provides a default implementation of the
BoxAndWhiskerCategoryDataset interface. |
| DefaultBoxAndWhiskerCategoryDatasetTests | org.jfree.data.statistics.junit | Tests for the DefaultBoxAndWhiskerCategoryDataset class. |
| DefaultBoxAndWhiskerXYDataset | org.jfree.data.statistics | A simple implementation of the BoxAndWhiskerXYDataset . |
| DefaultCategoryDataset | org.jfree.data.category | A default implementation of the CategoryDataset interface. |
| DefaultCategoryDatasetTests | org.jfree.data.category.junit | Tests for the DefaultCategoryDataset class. |
| DefaultCategoryItemRenderer | org.jfree.chart.renderer.category | A default renderer for the CategoryPlot class. |
| DefaultCategoryItemRendererTests | org.jfree.chart.renderer.category.junit | Tests for the DefaultCategoryItemRenderer class. |
| DefaultChartEditorFactory | org.jfree.chart.editor | A default implementation of the ChartEditorFactory interface. |
| DefaultContourDataset | org.jfree.data.contour | A convenience class that provides a default implementation of the
ContourDataset interface. |
| DefaultDrawingSupplier | org.jfree.chart.plot | A default implementation of the DrawingSupplier interface. |
| DefaultDrawingSupplierTests | org.jfree.chart.plot.junit | Tests for the DefaultDrawingSupplier class. |
| DefaultHighLowDataset | org.jfree.data.xy | A simple implementation of the OHLCDataset . |
| DefaultIntervalCategoryDataset | org.jfree.data.category | A convenience class that provides a default implementation of the
IntervalCategoryDataset interface. |
| DefaultKeyedValue | org.jfree.data | A (key, value) pair. |
| DefaultKeyedValueDataset | org.jfree.data.general | A default implementation of the KeyedValueDataset interface. |
| DefaultKeyedValueDatasetTests | org.jfree.data.general.junit | Tests for the DefaultKeyedValueDataset class. |
| DefaultKeyedValues | org.jfree.data | An ordered list of (key, value) items. |
| DefaultKeyedValues2D | org.jfree.data | A data structure that stores zero, one or many values, where each value
is associated with two keys (a 'row' key and a 'column' key). |
| DefaultKeyedValues2DDataset | org.jfree.data.general | A default implementation of the KeyedValues2DDataset interface. |
| DefaultKeyedValues2DDatasetTests | org.jfree.data.general.junit | Tests for the DefaultKeyedValues2DDataset class. |
| DefaultKeyedValues2DTests | org.jfree.data.junit | Tests for the DefaultKeyedValues2D class. |
| DefaultKeyedValuesDataset | org.jfree.data.general | A default implementation of the KeyedValuesDataset interface. |
| DefaultKeyedValuesDatasetTests | org.jfree.data.general.junit | Tests for the DefaultKeyedValuesDataset class. |
| DefaultKeyedValuesTests | org.jfree.data.junit | Tests for the DefaultKeyedValues class. |
| DefaultKeyedValueTests | org.jfree.data.junit | Tests for the DefaultKeyedValue class. |
| DefaultOHLCDataset | org.jfree.data.xy | A simple implementation of the OHLCDataset interface. |
| DefaultOHLCDatasetTests | org.jfree.data.xy.junit | Tests for the DefaultOHLCDataset class. |
| DefaultPieDataset | org.jfree.data.general | A default implementation of the PieDataset interface. |
| DefaultPieDatasetTests | org.jfree.data.general.junit | Tests for the PieDataset class. |
| DefaultPolarItemRenderer | org.jfree.chart.renderer | A renderer that can be used with the PolarPlot class. |
| DefaultStatisticalCategoryDataset | org.jfree.data.statistics | A convenience class that provides a default implementation of the
StatisticalCategoryDataset interface. |
| DefaultStatisticalCategoryDatasetTests | org.jfree.data.statistics.junit | Tests for the DefaultStatisticalCategoryDataset class. |
| DefaultTableXYDataset | org.jfree.data.xy | An XYDataset where every series shares the same x-values (required
for generating stacked area charts). |
| DefaultTableXYDatasetTests | org.jfree.data.xy.junit | Tests for the DefaultTableXYDataset class. |
| DefaultValueDataset | org.jfree.data.general | A dataset that stores a single value. |
| DefaultWindDataset | org.jfree.data.xy | A default implementation of the WindDataset interface. |
| DefaultXYItemRenderer | org.jfree.chart.renderer.xy | A default renderer for the XYPlot class. |
| DialShape | org.jfree.chart.plot | Used to indicate the background shape for a
MeterPlot . |
| DisplayChart | org.jfree.chart.servlet | Servlet used for streaming charts to the client browser from the temporary
directory. |
| DomainOrder | org.jfree.data | Used to indicate sorting order if any (ascending, descending or none). |
| DomainOrderTests | org.jfree.data.junit | Tests for the DomainOrder class. |
| DrawableLegendItem | org.jfree.chart | This class contains a single legend item along with position details for
drawing the item on a particular chart. |
| DynamicDriveToolTipTagFragmentGenerator | org.jfree.chart.imagemap | Generates tooltips using the Dynamic Drive DHTML Tip Message
library (http://www.dynamicdrive.com). |
| DynamicTimeSeriesCollection | org.jfree.data.time | A dynamic dataset. |
| DynamicTimeSeriesCollection.ValueSequence | org.jfree.data.time | A wrapper for a fixed array of float values. |
| EmptyBlock | org.jfree.chart.block | An empty block with a fixed size. |
| EmptyBlockTests | org.jfree.chart.block.junit | Tests for the EmptyBlock class. |
| EncoderUtil | org.jfree.chart.encoders | A collection of utility methods for encoding images and returning them as a
byte[] or writing them directly to an OutputStream. |
| EntityPackageTests | org.jfree.chart.entity.junit | A collection of tests for the org.jfree.chart.entity package. |
| ExtendedCategoryAxis | org.jfree.chart.axis | An extended version of the CategoryAxis class that supports
sublabels on the axis. |
| FastScatterPlot | org.jfree.chart.plot | A fast scatter plot. |
| FastScatterPlotTests | org.jfree.chart.plot.junit | Tests for the FastScatterPlot class. |
| FixedMillisecond | org.jfree.data.time | Wrapper for a java.util.Date object that allows it to be used
as a RegularTimePeriod . |
| FixedMillisecondTests | org.jfree.data.time.junit | Tests for the FixedMillisecond class. |
| FlowArrangement | org.jfree.chart.block | Arranges blocks in a flow layout. |
| FlowArrangementTests | org.jfree.chart.block.junit | Tests for the FlowArrangement class. |
| GanttChartTests | org.jfree.chart.junit | Some tests for a Gantt chart. |
| GanttRenderer | org.jfree.chart.renderer.category | A renderer for simple Gantt charts. |
| GanttRendererTests | org.jfree.chart.renderer.category.junit | Tests for the GanttRenderer class. |
| GreyPalette | org.jfree.chart.plot | A grey color palette. |
| GridArrangement | org.jfree.chart.block | Arranges blocks in a grid within their container. |
| GridArrangementTests | org.jfree.chart.block.junit | Tests for the GridArrangement class. |
| GroupedStackedBarRenderer | org.jfree.chart.renderer.category | A renderer that draws stacked bars within groups. |
| GroupedStackedBarRendererTests | org.jfree.chart.renderer.category.junit | Tests for the GroupedStackedBarRenderer class. |
| HighLowItemLabelGenerator | org.jfree.chart.labels | A standard item label generator for plots that use data from a
OHLCDataset . |
| HighLowItemLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the HighLowItemLabelGenerator class. |
| HighLowRenderer | org.jfree.chart.renderer.xy | A renderer that draws high/low/open/close markers on an XYPlot
(requires a OHLCDataset ). |
| HighLowRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the HighLowRenderer class. |
| HistogramBin | org.jfree.data.statistics | A bin for the HistogramDataset class. |
| HistogramBinTests | org.jfree.data.statistics.junit | Tests for the HistogramBin class. |
| HistogramDataset | org.jfree.data.statistics | A dataset that can be used for creating histograms. |
| HistogramDatasetTests | org.jfree.data.statistics.junit | Tests for the HistogramDataset class. |
| HistogramType | org.jfree.data.statistics | A class for creating constants to represent the histogram type. |
| Hour | org.jfree.data.time | Represents an hour in a specific day. |
| HourTests | org.jfree.data.time.junit | Tests for the Hour class. |
| ImageEncoderFactory | org.jfree.chart.encoders | Factory class for returning ImageEncoder s for different
ImageFormat s. |
| ImageMapUtilities | org.jfree.chart.imagemap | Collection of utility methods related to producing image maps. |
| ImageTitle | org.jfree.chart.title | A chart title that displays an image. |
| ImageTitleTests | org.jfree.chart.title.junit | Tests for the ImageTitle class. |
| IntervalBarRenderer | org.jfree.chart.renderer.category | A renderer that handles the drawing of bars for a bar plot where
each bar has a high and low value. |
| IntervalBarRendererTests | org.jfree.chart.renderer.category.junit | Tests for the IntervalBarRenderer class. |
| IntervalCategoryItemLabelGenerator | org.jfree.chart.labels | A label generator for plots that use data from an
IntervalCategoryDataset . |
| IntervalCategoryLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the IntervalCategoryItemLabelGenerator class. |
| IntervalCategoryToolTipGenerator | org.jfree.chart.labels | A tooltip generator for plots that use data from an
IntervalCategoryDataset . |
| IntervalMarker | org.jfree.chart.plot | Represents an interval to be highlighted in some way. |
| IntervalMarkerTests | org.jfree.chart.plot.junit | Tests for the IntervalMarker class. |
| IntervalXYDelegate | org.jfree.data.xy | A delegate that handles the specification or automatic calculation of the
interval surrounding the x-values in a dataset. |
| IntervalXYDelegateTests | org.jfree.data.xy.junit | Some checks for the IntervalXYDelegate class. |
| ItemHandler | org.jfree.data.xml | A handler for reading key-value items. |
| ItemLabelAnchor | org.jfree.chart.labels | An enumeration of the positions that a value label can take, relative to an
item in a CategoryPlot . |
| ItemLabelAnchorTests | org.jfree.chart.labels.junit | Tests for the ItemLabelAnchor class. |
| ItemLabelPosition | org.jfree.chart.labels | The attributes that control the position of the label for each data item on
a chart. |
| ItemLabelPositionTests | org.jfree.chart.labels.junit | Tests for the ItemLabelPosition class. |
| JDBCCategoryDataset | org.jfree.data.jdbc | A CategoryDataset implementation over a database JDBC result set. |
| JDBCPieDataset | org.jfree.data.jdbc | A PieDataset that reads data from a database via JDBC. |
| JDBCXYDataset | org.jfree.data.jdbc | This class provides an XYDataset implementation over a database
JDBC result set. |
| JFreeChart | org.jfree.chart | A chart class implemented using the Java 2D APIs. |
| JFreeChartResources | org.jfree.chart.resources | Localised resources for JFreeChart. |
| JFreeChartTests | org.jfree.chart.junit | Tests for the JFreeChart class. |
| JFreeChartTestSuite | org.jfree.chart.junit | A test suite for the JFreeChart class library that can be run using
JUnit (http://www.junit.org). |
| JThermometer | org.jfree.chart.plot | An initial quick and dirty. |
| KeyedObject | org.jfree.data | A (key, object) pair. |
| KeyedObjects | org.jfree.data | A collection of (key, object) pairs. |
| KeyedObjects2D | org.jfree.data | A data structure that stores zero, one or many objects, where each object is
associated with two keys (a 'row' key and a 'column' key). |
| KeyedObjects2DTests | org.jfree.data.junit | Tests for the KeyedObjects2D class. |
| KeyedObjectsTests | org.jfree.data.junit | Tests for the KeyedObjects class. |
| KeyedObjectTests | org.jfree.data.junit | Tests for the KeyedObject class. |
| KeyedValueComparator | org.jfree.data | A utility class that can compare and order two KeyedValue instances
and sort them into ascending or descending order by key or by value. |
| KeyedValueComparatorType | org.jfree.data | Used to indicate the type of a KeyedValueComparator : 'by key' or
'by value'. |
| KeyHandler | org.jfree.data.xml | A SAX handler for reading a key. |
| KeypointPNGEncoderAdapter | org.jfree.chart.encoders | Adapter class for the Keypoint PNG Encoder. |
| KeyToGroupMap | org.jfree.data | A class that maps keys (instances of Comparable) to groups. |
| KeyToGroupMapTests | org.jfree.data.junit | Tests for the KeyToGroupMap class. |
| LabelBlock | org.jfree.chart.block | A block containing a label. |
| LabelBlockTests | org.jfree.chart.block.junit | Some tests for the LabelBlock class. |
| LabelsPackageTests | org.jfree.chart.labels.junit | A collection of tests for the org.jfree.chart.tooltips package. |
| LayeredBarRenderer | org.jfree.chart.renderer.category | A CategoryItemRenderer that represents data using bars which are
superimposed. |
| LayeredBarRendererTests | org.jfree.chart.renderer.category.junit | Tests for the LayeredBarRenderer class. |
| LegendGraphic | org.jfree.chart.title | The graphical item within a legend item. |
| LegendGraphicTests | org.jfree.chart.title.junit | Tests for the LegendGraphic class. |
| LegendItem | org.jfree.chart | A storage object for recording the properties of a legend item, without any
consideration for layout issues. |
| LegendItemCollection | org.jfree.chart | A collection of legend items. |
| LegendItemCollectionTests | org.jfree.chart.junit | Tests for the LegendItemCollection class. |
| LegendItemEntity | org.jfree.chart.entity | An entity that represents an item within a legend. |
| LegendItemEntityTests | org.jfree.chart.entity.junit | Tests for the LegendItemEntity class. |
| LegendItemTests | org.jfree.chart.junit | Tests for the LegendItem class. |
| LegendRenderingOrder | org.jfree.chart | Represents the order for rendering legend items. |
| LegendTitle | org.jfree.chart.title | A chart title that displays a legend for the data in the chart. |
| LegendTitleTests | org.jfree.chart.title.junit | Some tests for the LegendTitle class. |
| LengthConstraintType | org.jfree.chart.block | Defines tokens used to indicate a length constraint type. |
| LevelRenderer | org.jfree.chart.renderer.category | A CategoryItemRenderer that draws individual data items as
horizontal lines, spaced in the same way as bars in a bar chart. |
| LevelRendererTests | org.jfree.chart.renderer.category.junit | Tests for the LevelRenderer class. |
| LineAndShapeRenderer | org.jfree.chart.renderer.category | A renderer that draws shapes for each data item, and lines between data
items (for use with the CategoryPlot class). |
| LineAndShapeRendererTests | org.jfree.chart.renderer.category.junit | Tests for the LineAndShapeRenderer class. |
| LineChart3DTests | org.jfree.chart.junit | Some tests for a line chart with a 3D effect. |
| LineChartTests | org.jfree.chart.junit | Some tests for a line chart. |
| LineFunction2D | org.jfree.data.function | A function in the form y = a + bx. |
| LineNeedle | org.jfree.chart.needle | A needle that is represented by a line. |
| LineNeedleTests | org.jfree.chart.needle.junit | Tests for the LineNeedle class. |
| LineRenderer3D | org.jfree.chart.renderer.category | A line renderer with a 3D effect. |
| LineRenderer3DTests | org.jfree.chart.renderer.category.junit | Tests for the LineRenderer3D class. |
| LogarithmicAxis | org.jfree.chart.axis | A numerical axis that uses a logarithmic scale. |
| LogarithmicAxisTests | org.jfree.chart.axis.junit | Tests for the LogarithmicAxis class. |
| LongNeedle | org.jfree.chart.needle | A needle that is represented by a long line. |
| LongNeedleTests | org.jfree.chart.needle.junit | Tests for the LongNeedle class. |
| Marker | org.jfree.chart.plot | The base class for markers that can be added to plots to highlight a value
or range of values. |
| MarkerAxisBand | org.jfree.chart.axis | A band that can be added to a number axis to display regions. |
| MarkerAxisBandTests | org.jfree.chart.axis.junit | Tests for the MarkerAxisBand class. |
| MatrixSeries | org.jfree.data.xy | Represents a dense matrix M[i,j] where each Mij item of the matrix has a
value (default is 0). |
| MatrixSeriesCollection | org.jfree.data.xy | Represents a collection of MatrixSeries that can be used as a
dataset. |
| MatrixSeriesTests | org.jfree.data.xy.junit | Tests for the MatrixSeries class. |
| MeanAndStandardDeviation | org.jfree.data.statistics | A simple data structure that holds a mean value and a standard deviation
value. |
| MeanAndStandardDeviationTests | org.jfree.data.statistics.junit | Tests for the MeanAndStandardDeviation class. |
| MeterChartTests | org.jfree.chart.junit | Miscellaneous checks for meter charts. |
| MeterInterval | org.jfree.chart.plot | An interval to be highlighted on a MeterPlot . |
| MeterIntervalTests | org.jfree.chart.plot.junit | Tests for the MeterInterval class. |
| MeterNeedle | org.jfree.chart.needle | The base class used to represent the needle on a
CompassPlot . |
| MeterNeedleTests | org.jfree.chart.needle.junit | Tests for the MeterNeedle class. |
| MeterPlot | org.jfree.chart.plot | A plot that displays a single value in the form of a needle on a dial. |
| MeterPlotTests | org.jfree.chart.plot.junit | Tests for the MeterPlot class. |
| MiddlePinNeedle | org.jfree.chart.needle | A needle that is drawn as a pin shape. |
| MiddlePinNeedleTests | org.jfree.chart.needle.junit | Tests for the MiddlePinNeedle class. |
| Millisecond | org.jfree.data.time | Represents a millisecond. |
| MillisecondTests | org.jfree.data.time.junit | Tests for the Millisecond class. |
| MinMaxCategoryRenderer | org.jfree.chart.renderer.category | Renderer for drawing min max plot. |
| MinMaxCategoryRendererTests | org.jfree.chart.renderer.category.junit | Tests for the MinMaxCategoryRenderer class. |
| Minute | org.jfree.data.time | Represents a minute. |
| MinuteTests | org.jfree.data.time.junit | Tests for the Minute class. |
| ModuloAxis | org.jfree.chart.axis | An axis that displays numerical values within a fixed range using a modulo
calculation. |
| Month | org.jfree.data.time | Represents a single month. |
| MonthDateFormat | org.jfree.chart.axis | A formatter that formats dates to show the initial letter(s) of the month
name and, as an option, the year for the first or last month of each year. |
| MonthDateFormatTests | org.jfree.chart.axis.junit | Some tests for the MonthDateFormat class. |
| MonthTests | org.jfree.data.time.junit | Tests for the Month class. |
| MovingAverage | org.jfree.data.time | A utility class for calculating moving averages of time series data. |
| MovingAverageTests | org.jfree.data.time.junit | Tests for the MovingAverage class. |
| MultiplePiePlot | org.jfree.chart.plot | A plot that displays multiple pie plots using data from a
CategoryDataset . |
| MultiplePiePlotTests | org.jfree.chart.plot.junit | Some tests for the MultiplePiePlot class. |
| MultipleXYSeriesLabelGenerator | org.jfree.chart.labels | A series label generator for plots that use data from
an XYDataset . |
| MyPlotChangeListener | org.jfree.chart.plot.junit | A utility class for testing plot events. |
| NeedlePackageTests | org.jfree.chart.needle.junit | A collection of tests for the org.jfree.chart.needle package. |
| NonGridContourDataset | org.jfree.data.contour | A convenience class that extends the DefaultContourDataset to
accommodate non-grid data. |
| NormalDistributionFunction2D | org.jfree.data.function | A normal distribution function. |
| NormalizedMatrixSeries | org.jfree.data.xy | Represents a dense normalized matrix M[i,j] where each Mij item of the
matrix has a value (default is 0). |
| NumberAxis | org.jfree.chart.axis | An axis for displaying numerical data. |
| NumberAxis3D | org.jfree.chart.axis | A standard linear value axis with a 3D effect corresponding to the
offset specified by some renderers. |
| NumberAxis3DTests | org.jfree.chart.axis.junit | Tests for the NumberAxis3D class. |
| NumberAxisTests | org.jfree.chart.axis.junit | Tests for the NumberAxis class. |
| NumberTick | org.jfree.chart.axis | A numerical tick. |
| NumberTickUnit | org.jfree.chart.axis | A numerical tick unit. |
| NumberTickUnitTests | org.jfree.chart.axis.junit | Some tests for the NumberTickUnit class. |
| OHLCDataItem | org.jfree.data.xy | Represents a single (open-high-low-close) data item in
an DefaultOHLCDataset . |
| OHLCDataItemTests | org.jfree.data.xy.junit | Tests for the OHLCDataItem class. |
| Outlier | org.jfree.chart.renderer | Represents one outlier in the box and whisker plot. |
| OutlierList | org.jfree.chart.renderer | A collection of outliers for a single entity in a box and whisker plot. |
| OutlierListCollection | org.jfree.chart.renderer | A collection of outlier lists for a box and whisker plot. |
| OverLIBToolTipTagFragmentGenerator | org.jfree.chart.imagemap | Generates tooltips using the OverLIB library
(http://www.bosrup.com/web/overlib/). |
| PaletteSample | org.jfree.chart.editor | A panel that displays a palette sample. |
| PeriodAxis | org.jfree.chart.axis | An axis that displays a date scale based on a
RegularTimePeriod . |
| PeriodAxisLabelInfo | org.jfree.chart.axis | A record that contains information for one "band" of date labels in
a PeriodAxis . |
| PeriodAxisLabelInfoTests | org.jfree.chart.axis.junit | Tests for the PeriodAxisLabelInfo class. |
| PeriodAxisTests | org.jfree.chart.axis.junit | Tests for the PeriodAxis class. |
| PieChart3DTests | org.jfree.chart.junit | Tests for a pie chart with a 3D effect. |
| PieChartDemo1 | org.jfree.chart.demo | A simple demonstration application showing how to create a pie chart using
data from a DefaultPieDataset . |
| PieChartTests | org.jfree.chart.junit | Tests for a pie chart. |
| PieDatasetHandler | org.jfree.data.xml | A SAX handler for reading a PieDataset from an XML file. |
| PieLabelDistributor | org.jfree.chart.plot | This class distributes the section labels for one side of a pie chart so
that they do not overlap. |
| PieLabelRecord | org.jfree.chart.plot | A structure that retains information about the label for a section in a pie
chart. |
| PiePlot | org.jfree.chart.plot | A plot that displays data in the form of a pie chart, using data from any
class that implements the PieDataset interface. |
| PiePlot3D | org.jfree.chart.plot | A plot that displays data in the form of a 3D pie chart, using data from
any class that implements the PieDataset interface. |
| PiePlot3DTests | org.jfree.chart.plot.junit | Tests for the PiePlot3D class. |
| PiePlotState | org.jfree.chart.plot | A renderer state. |
| PiePlotTests | org.jfree.chart.plot.junit | Tests for the PiePlot class. |
| PieSectionEntity | org.jfree.chart.entity | A chart entity that represents one section within a pie plot. |
| PieSectionEntityTests | org.jfree.chart.entity.junit | Tests for the PieSectionEntity class. |
| PinNeedle | org.jfree.chart.needle | A needle that is drawn as a pin shape. |
| PinNeedleTests | org.jfree.chart.needle.junit | Tests for the PinNeedle class. |
| Plot | org.jfree.chart.plot | The base class for all plots in JFreeChart. |
| PlotChangeEvent | org.jfree.chart.event | An event that can be forwarded to any
PlotChangeListener to signal a change to a
plot. |
| PlotOrientation | org.jfree.chart.plot | Used to indicate the orientation (horizontal or vertical) of a 2D plot. |
| PlotOrientationTests | org.jfree.chart.plot.junit | Tests for the PlotOrientation class. |
| PlotPackageTests | org.jfree.chart.plot.junit | A collection of tests for the org.jfree.chart.plot package. |
| PlotRenderingInfo | org.jfree.chart.plot | Stores information about the dimensions of a plot and its subplots. |
| PlotRenderingInfoTests | org.jfree.chart.plot.junit | Tests for the PlotRenderingInfo class. |
| PlotState | org.jfree.chart.plot | Records information about the state of a plot during the drawing process. |
| PlotTests | org.jfree.chart.plot.junit | Some tests for the Plot class. |
| PlumNeedle | org.jfree.chart.needle | A needle for use with the CompassPlot class. |
| PlumNeedleTests | org.jfree.chart.needle.junit | Tests for the PlumNeedle class. |
| PointerNeedle | org.jfree.chart.needle | A needle in the shape of a pointer, for use with the
CompassPlot class. |
| PointerNeedleTests | org.jfree.chart.needle.junit | Tests for the PointerNeedle class. |
| PolarChartPanel | org.jfree.chart | PolarChartPanel is the top level object for using the
PolarPlot . |
| PolarPlot | org.jfree.chart.plot | Plots data that is in (theta, radius) pairs where
theta equal to zero is due north and and increases clockwise. |
| PolarPlotTests | org.jfree.chart.plot.junit | Some tests for the PolarPlot class. |
| PowerFunction2D | org.jfree.data.function | A function of the form y = a * x ^ b. |
| Quarter | org.jfree.data.time | Defines a quarter (in a given year). |
| QuarterDateFormat | org.jfree.chart.axis | A formatter that formats dates to show the year and quarter (for example,
'2004 IV' for the last quarter of 2004. |
| QuarterDateFormatTests | org.jfree.chart.axis.junit | Tests for the QuarterDateFormat class. |
| QuarterTests | org.jfree.data.time.junit | Tests for the {link Quarter} class. |
| RainbowPalette | org.jfree.chart.plot | Contains the data to constuct an 8-bit rainbow palette
This come from an old application which ran on 8-bit graphics device. |
| Range | org.jfree.data | Represents an immutable range of values. |
| RangeTests | org.jfree.data.junit | Tests for the Range class. |
| RangeType | org.jfree.data | Used to indicate the type of range to display on an axis (full, positive or
negative). |
| RangeTypeTests | org.jfree.data.junit | Tests for the RangeType class. |
| RectangleConstraint | org.jfree.chart.block | A description of a constraint for resizing a rectangle. |
| RectangleConstraintTests | org.jfree.chart.block.junit | Tests for the RectangleConstraint class. |
| Regression | org.jfree.data.statistics | A utility class for fitting regression curves to data. |
| RegressionTests | org.jfree.data.statistics.junit | Tests for the Regression class. |
| RegularTimePeriod | org.jfree.data.time | An abstract class representing a unit of time. |
| RendererCategoryPackageTests | org.jfree.chart.renderer.category.junit | A collection of tests for the org.jfree.chart.renderer.category package. |
| RendererChangeDetector | org.jfree.chart.renderer.junit | A simple class for detecting whether or not a renderer has generated
a RendererChangeEvent . |
| RendererChangeEvent | org.jfree.chart.event | An event that can be forwarded to any
RendererChangeListener to signal a change to
a plot. |
| RendererPackageTests | org.jfree.chart.renderer.junit | A collection of tests for the org.jfree.chart.renderer package. |
| RendererState | org.jfree.chart.renderer | Represents the current state of a renderer. |
| RendererXYPackageTests | org.jfree.chart.renderer.xy.junit | A collection of tests for the org.jfree.chart.renderer.xy package. |
| RingPlot | org.jfree.chart.plot | A customised pie plot that leaves a hole in the middle. |
| RingPlotTests | org.jfree.chart.plot.junit | Tests for the RingPlot class. |
| RootHandler | org.jfree.data.xml | A SAX handler that delegates work to sub-handlers. |
| ScatterPlotTests | org.jfree.chart.junit | Tests for a scatter plot. |
| Second | org.jfree.data.time | Represents a second in a particular day. |
| SecondTests | org.jfree.data.time.junit | Tests for the Second class. |
| SegmentedTimeline | org.jfree.chart.axis | A Timeline that implements a "segmented" timeline with included,
excluded and exception segments. |
| SegmentedTimeline.BaseTimelineSegmentRange | org.jfree.chart.axis | Special SegmentRange that came from the BaseTimeline. |
| SegmentedTimeline.Segment | org.jfree.chart.axis | Internal class to represent a valid segment for this timeline. |
| SegmentedTimeline.SegmentRange | org.jfree.chart.axis | Private internal class to represent a range of segments. |
| SegmentedTimelineTests | org.jfree.chart.axis.junit | JUnit Tests for the SegmentedTimeline class. |
| SegmentedTimelineTests2 | org.jfree.chart.axis.junit | No description provided. |
| Series | org.jfree.data.general | Base class representing a data series. |
| SeriesChangeEvent | org.jfree.data.general | An event with details of a change to a series. |
| SeriesRenderingOrder | org.jfree.chart.plot | Defines the tokens that indicate the rendering order for series in a
XYPlot . |
| ServletUtilities | org.jfree.chart.servlet | Utility class used for servlet related JFreeChart operations. |
| ShipNeedle | org.jfree.chart.needle | A needle in the shape of a ship, for use with the
CompassPlot class. |
| ShipNeedleTests | org.jfree.chart.needle.junit | Tests for the ShipNeedle class. |
| SimpleHistogramBin | org.jfree.data.statistics | A bin for the SimpleHistogramDataset . |
| SimpleHistogramBinTests | org.jfree.data.statistics.junit | Tests for the SimpleHistogramBin class. |
| SimpleHistogramDataset | org.jfree.data.statistics | A dataset used for creating simple histograms with custom defined bins. |
| SimpleHistogramDatasetTests | org.jfree.data.statistics.junit | Tests for the SimpleHistogramDataset class. |
| SimpleTimePeriod | org.jfree.data.time | An arbitrary period of time, measured to millisecond precision using
java.util.Date. |
| SimpleTimePeriodTests | org.jfree.data.time.junit | Tests for the SimpleTimePeriod class. |
| SpiderWebPlot | org.jfree.chart.plot | A plot that displays data from a CategoryDataset in the form of a
"spider web". |
| SpiderWebPlotTests | org.jfree.chart.plot.junit | Tests for the SpiderWebPlot class. |
| StackedAreaChartTests | org.jfree.chart.junit | Some tests for a stacked area chart. |
| StackedAreaRenderer | org.jfree.chart.renderer.category | A renderer that draws stacked area charts for a
CategoryPlot . |
| StackedAreaRendererTests | org.jfree.chart.renderer.category.junit | Tests for the StackedAreaRendererTests class. |
| StackedBarChart3DTests | org.jfree.chart.junit | Some tests for a stacked bar chart with 3D effect. |
| StackedBarChartTests | org.jfree.chart.junit | Tests for a stacked bar chart. |
| StackedBarRenderer | org.jfree.chart.renderer.category | A stacked bar renderer for use with the
CategoryPlot class. |
| StackedBarRenderer3D | org.jfree.chart.renderer.category | Renders stacked bars with 3D-effect, for use with the
CategoryPlot class. |
| StackedBarRenderer3DTests | org.jfree.chart.renderer.category.junit | Tests for the StackedBarRenderer3D class. |
| StackedBarRendererTests | org.jfree.chart.renderer.category.junit | Tests for the StackedBarRenderer class. |
| StackedXYAreaRenderer | org.jfree.chart.renderer.xy | A stacked area renderer for the XYPlot class. |
| StackedXYAreaRenderer2 | org.jfree.chart.renderer.xy | A stacked area renderer for the XYPlot class. |
| StackedXYAreaRenderer2Tests | org.jfree.chart.renderer.xy.junit | Tests for the StackedXYAreaRenderer2 class. |
| StackedXYAreaRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the StackedXYAreaRenderer class. |
| StackedXYBarRenderer | org.jfree.chart.renderer.xy | A bar renderer that displays the series items stacked. |
| StackedXYBarRendererTests | org.jfree.chart.renderer.xy.junit | Tests for the StackedXYBarRenderer class. |
| StandardCategoryItemLabelGenerator | org.jfree.chart.labels | A standard label generator that can be used with a
CategoryItemRenderer . |
| StandardCategoryItemLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the StandardCategoryItemLabelGenerator class. |
| StandardCategorySeriesLabelGenerator | org.jfree.chart.labels | A standard series label generator for plots that use data from
a CategoryDataset . |
| StandardCategoryToolTipGenerator | org.jfree.chart.labels | A standard tool tip generator that can be used with a
CategoryItemRenderer . |
| StandardCategoryToolTipGeneratorTests | org.jfree.chart.labels.junit | Tests for the StandardCategoryToolTipGenerator class. |
| StandardCategoryURLGenerator | org.jfree.chart.urls | A URL generator that can be assigned to a
CategoryItemRenderer . |
| StandardCategoryURLGeneratorTests | org.jfree.chart.urls.junit | Tests for the StandardCategoryURLGenerator class. |
| StandardContourToolTipGenerator | org.jfree.chart.labels | A standard tooltip generator for plots that use data from an
ContourDataset . |
| StandardContourToolTipGeneratorTests | org.jfree.chart.labels.junit | Tests for the StandardContourToolTipGenerator class. |
| StandardEntityCollection | org.jfree.chart.entity | A standard implementation of the EntityCollection interface. |
| StandardEntityCollectionTests | org.jfree.chart.entity.junit | Tests for the StandardEntityCollection class. |
| StandardPieItemLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the StandardPieToolTipGenerator class. |
| StandardPieSectionLabelGenerator | org.jfree.chart.labels | A standard item label generator for plots that use data from a
PieDataset . |
| StandardPieSectionLabelGeneratorTests | org.jfree.chart.labels.junit | Tests for the StandardPieSectionLabelGenerator class. |
| StandardPieToolTipGenerator | org.jfree.chart.labels | A standard item label generator for plots that use data from a
PieDataset . |
| StandardPieURLGenerator | org.jfree.chart.urls | A URL generator for pie charts. |