Uses of Interface
org.jfree.data.general.Dataset
Packages that use Dataset
Package
Description
Core classes, including 
JFreeChart and
ChartPanel.Classes representing components of (or entities in) a chart.
Plug-in renderers for the 
XYPlot class.Classes used to display chart titles and subtitles.
A package containing the 
CategoryDataset interface and related classes.Data interfaces and classes for flow plots (a type of Sankey chart).
Data interfaces and classes for Gantt charts.
Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
Classes for representing statistical data.
Interfaces and classes for time-related data.
Classes for representing financial data in open-high-low-close form.
A package containing the 
XYDataset interface and related classes.- 
Uses of Dataset in org.jfree.chart
Methods in org.jfree.chart that return DatasetMethods in org.jfree.chart with parameters of type Dataset - 
Uses of Dataset in org.jfree.chart.entity
Methods in org.jfree.chart.entity that return DatasetModifier and TypeMethodDescriptionLegendItemEntity.getDataset()Returns a reference to the dataset that this legend item is derived from.Methods in org.jfree.chart.entity with parameters of type DatasetModifier and TypeMethodDescriptionvoidLegendItemEntity.setDataset(Dataset dataset) Sets a reference to the dataset that this legend item is derived from. - 
Uses of Dataset in org.jfree.chart.renderer.xy
Classes in org.jfree.chart.renderer.xy that implement DatasetModifier and TypeClassDescriptionprotected static classA dataset to hold the interpolated points when drawing new lines. - 
Uses of Dataset in org.jfree.chart.title
Methods in org.jfree.chart.title that return DatasetModifier and TypeMethodDescriptionLegendItemBlockContainer.getDataset()Returns a reference to the dataset for the associated legend item.Constructors in org.jfree.chart.title with parameters of type DatasetModifierConstructorDescriptionLegendItemBlockContainer(Arrangement arrangement, Dataset dataset, Comparable seriesKey) Creates a new legend item block. - 
Uses of Dataset in org.jfree.data.category
Subinterfaces of Dataset in org.jfree.data.categoryModifier and TypeInterfaceDescriptioninterfaceThe interface for a dataset with one or more series, and values associated with categories.interfaceA category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement DatasetModifier and TypeClassDescriptionclassAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset.classA default implementation of theCategoryDatasetinterface.classA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classACategoryDatasetimplementation that presents a subset of the categories in an underlying dataset. - 
Uses of Dataset in org.jfree.data.flow
Subinterfaces of Dataset in org.jfree.data.flowModifier and TypeInterfaceDescriptioninterfaceFlowDataset<K extends Comparable<K>>A dataset representing value flows from a set of source nodes to a set of destination nodes.Classes in org.jfree.data.flow that implement DatasetModifier and TypeClassDescriptionclassDefaultFlowDataset<K extends Comparable<K>>A dataset representing flows between source and destination nodes. - 
Uses of Dataset in org.jfree.data.gantt
Subinterfaces of Dataset in org.jfree.data.ganttModifier and TypeInterfaceDescriptioninterfaceAn extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement DatasetModifier and TypeClassDescriptionclassAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classA collection ofTaskSeriesobjects.classA dataset implementation that wraps aTaskSeriesCollectionand presents it as anIntervalXYDataset, allowing a set of tasks to be displayed using anXYBarRenderer(and usually aSymbolAxis). - 
Uses of Dataset in org.jfree.data.general
Subinterfaces of Dataset in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing a single value.interfaceA dataset containing (key, value) data items.interfaceA dataset containing (key, value) data items.interfacePieDataset<K extends Comparable<K>>A general purpose dataset where values are associated with keys.interfaceThe interface for a dataset consisting of one or many series of data.interfaceAn interface for a dataset that returns a single value.Classes in org.jfree.data.general that implement DatasetModifier and TypeClassDescriptionclassAn abstract implementation of theDatasetinterface, containing a mechanism for registering change listeners.classAn abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners.classA default implementation of theHeatMapDatasetinterface.classA default implementation of theKeyedValueDatasetinterface.classA default implementation of theKeyedValues2DDatasetinterface.classA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDataset<K extends Comparable<K>>A default implementation of thePieDatasetinterface.classA dataset that stores a single value (that is possiblynull).classA dataset that can be used with theWaferMapPlotclass.Methods in org.jfree.data.general that return DatasetModifier and TypeMethodDescriptionDatasetChangeEvent.getDataset()Returns the dataset that generated the event.Constructors in org.jfree.data.general with parameters of type DatasetModifierConstructorDescriptionDatasetChangeEvent(Object source, Dataset dataset) Constructs a new event. - 
Uses of Dataset in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement DatasetModifier and TypeClassDescriptionclassACategoryDatasetimplementation over a database JDBC result set.classAPieDatasetthat reads data from a database via JDBC.classThis class provides anXYDatasetimplementation over a database JDBC result set. - 
Uses of Dataset in org.jfree.data.statistics
Subinterfaces of Dataset in org.jfree.data.statisticsModifier and TypeInterfaceDescriptioninterfaceA category dataset that defines various medians, outliers and an average value for each item.interfaceAn interface that defines data in the form of (x, max, min, average, median) tuples.interfaceA category dataset that defines multiple values for each item.interfaceA category dataset that defines a mean and standard deviation value for each item.Classes in org.jfree.data.statistics that implement DatasetModifier and TypeClassDescriptionclassA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classA simple implementation of theBoxAndWhiskerXYDatasetinterface.classA category dataset that defines multiple values for each item.classA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.classA dataset that can be used for creating histograms.classA dataset used for creating simple histograms with custom defined bins. - 
Uses of Dataset in org.jfree.data.time
Classes in org.jfree.data.time that implement DatasetModifier and TypeClassDescriptionclassA dynamic dataset.classA collection ofTimePeriodValuesobjects.classA collection of time series objects.classA dataset for regular time periods that implements theTableXYDatasetinterface. - 
Uses of Dataset in org.jfree.data.time.ohlc
Classes in org.jfree.data.time.ohlc that implement Dataset - 
Uses of Dataset in org.jfree.data.xy
Subinterfaces of Dataset in org.jfree.data.xyModifier and TypeInterfaceDescriptioninterfaceAn extension of theXYDatasetinterface that allows an x-interval and a y-interval to be defined.interfaceAn extension of theXYZDatasetinterface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.interfaceAn interface that defines data in the form of (x, high, low, open, close) tuples.interfaceA dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.interfaceAn extension of theXYDatasetinterface that allows a vector to be defined at a specific (x, y) location.interfaceInterface for a dataset that supplies wind intensity and direction values observed at various points in time.interfaceAn interface through which data in the form of (x, y) items can be accessed.interfaceThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Classes in org.jfree.data.xy that implement DatasetModifier and TypeClassDescriptionclassAn base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAn base class that you can use to create new implementations of theXYDatasetinterface.classAn base class that you can use to create new implementations of theXYZDatasetinterface.classAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classA simple implementation of theOHLCDatasetinterface.classA dataset that defines a range (interval) for both the x-values and the y-values.classA simple implementation of theOHLCDatasetinterface.classAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classA default implementation of theWindDatasetinterface.classA default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classA default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classRepresents a collection ofMatrixSeriesthat can be used as a dataset.classA collection ofVectorSeriesobjects.classA collection ofXIntervalSeriesobjects.classA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classA collection ofXYIntervalSeriesobjects.classRepresents a collection ofXYSeriesobjects that can be used as a dataset.classA collection ofYIntervalSeriesobjects.