Uses of Interface
org.jfree.data.general.SeriesDataset
| Package | Description |
|---|---|
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| org.jfree.data.general |
Data interfaces and classes.
|
| org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
| org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
-
Uses of SeriesDataset in org.jfree.chart.renderer.xy
Classes in org.jfree.chart.renderer.xy that implement SeriesDataset Modifier and Type Class Description protected static classCyclicXYItemRenderer.OverwriteDataSetA dataset to hold the interpolated points when drawing new lines. -
Uses of SeriesDataset in org.jfree.data.category
Classes in org.jfree.data.category that implement SeriesDataset Modifier and Type Class Description classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface. -
Uses of SeriesDataset in org.jfree.data.gantt
Classes in org.jfree.data.gantt that implement SeriesDataset Modifier and Type Class Description classTaskSeriesCollectionA collection ofTaskSeriesobjects.classXYTaskDatasetA dataset implementation that wraps aTaskSeriesCollectionand presents it as anIntervalXYDataset, allowing a set of tasks to be displayed using anXYBarRenderer(and usually aSymbolAxis). -
Uses of SeriesDataset in org.jfree.data.general
Classes in org.jfree.data.general that implement SeriesDataset Modifier and Type Class Description classAbstractSeriesDatasetAn abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners. -
Uses of SeriesDataset in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement SeriesDataset Modifier and Type Class Description classJDBCXYDatasetThis class provides anXYDatasetimplementation over a database JDBC result set. -
Uses of SeriesDataset in org.jfree.data.statistics
Subinterfaces of SeriesDataset in org.jfree.data.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerXYDatasetAn interface that defines data in the form of (x, max, min, average, median) tuples.Classes in org.jfree.data.statistics that implement SeriesDataset Modifier and Type Class Description classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms.classSimpleHistogramDatasetA dataset used for creating simple histograms with custom defined bins. -
Uses of SeriesDataset in org.jfree.data.time
Classes in org.jfree.data.time that implement SeriesDataset Modifier and Type Class Description classDynamicTimeSeriesCollectionA dynamic dataset.classTimePeriodValuesCollectionA collection ofTimePeriodValuesobjects.classTimeSeriesCollectionA collection of time series objects.classTimeTableXYDatasetA dataset for regular time periods that implements theTableXYDatasetinterface. -
Uses of SeriesDataset in org.jfree.data.time.ohlc
Classes in org.jfree.data.time.ohlc that implement SeriesDataset Modifier and Type Class Description classOHLCSeriesCollectionA collection ofOHLCSeriesobjects. -
Uses of SeriesDataset in org.jfree.data.xy
Subinterfaces of SeriesDataset in org.jfree.data.xy Modifier and Type Interface Description interfaceIntervalXYDatasetAn extension of theXYDatasetinterface that allows an x-interval and a y-interval to be defined.interfaceIntervalXYZDatasetAn 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.interfaceOHLCDatasetAn interface that defines data in the form of (x, high, low, open, close) tuples.interfaceTableXYDatasetA 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.interfaceVectorXYDatasetAn extension of theXYDatasetinterface that allows a vector to be defined at a specific (x, y) location.interfaceWindDatasetInterface for a dataset that supplies wind intensity and direction values observed at various points in time.interfaceXYDatasetAn interface through which data in the form of (x, y) items can be accessed.interfaceXYZDatasetThe 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 SeriesDataset Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAbstractXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractXYZDatasetAn base class that you can use to create new implementations of theXYZDatasetinterface.classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultHighLowDatasetA simple implementation of theOHLCDatasetinterface.classDefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classDefaultXYDatasetA default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classDefaultXYZDatasetA default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classVectorSeriesCollectionA collection ofVectorSeriesobjects.classXIntervalSeriesCollectionA collection ofXIntervalSeriesobjects.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYIntervalSeriesCollectionA collection ofXYIntervalSeriesobjects.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.classYIntervalSeriesCollectionA collection ofYIntervalSeriesobjects.