Uses of Interface
org.jfree.data.general.SeriesDataset
-
Packages that use SeriesDataset Package Description org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.data.category A package containing theCategoryDatasetinterface 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.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 theXYDatasetinterface 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 classTaskSeriesCollection<R extends Comparable<R>,C extends Comparable<C>>A 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 classAbstractSeriesDataset<S extends Comparable<S>>An abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners. -
Uses of SeriesDataset in org.jfree.data.statistics
Subinterfaces of SeriesDataset in org.jfree.data.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerXYDataset<S extends Comparable<S>>An 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 classDefaultBoxAndWhiskerXYDataset<S extends Comparable<S>>A simple implementation of theBoxAndWhiskerXYDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms.classSimpleHistogramDataset<K extends Comparable<K>>A 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.classTimeSeriesCollection<S extends Comparable<S>>A 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 interfaceIntervalXYDataset<S extends Comparable<S>>An extension of theXYDatasetinterface that allows an x-interval and a y-interval to be defined.interfaceIntervalXYZDataset<S extends Comparable<S>>An 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.interfaceTableXYDataset<S extends Comparable<S>>A 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.interfaceVectorXYDataset<S extends Comparable<S>>An extension of theXYDatasetinterface that allows a vector to be defined at a specific (x, y) location.interfaceWindDataset<S extends Comparable<S>>Interface for a dataset that supplies wind intensity and direction values observed at various points in time.interfaceXYDataset<S extends Comparable<S>>An interface through which data in the form of (x, y) items can be accessed.interfaceXYZDataset<S extends Comparable<S>>The 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 classAbstractIntervalXYDataset<S extends Comparable<S>>An base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAbstractXYDataset<S extends Comparable<S>>An base class that you can use to create new implementations of theXYDatasetinterface.classAbstractXYZDataset<S extends Comparable<S>>An 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.classDefaultIntervalXYDataset<S extends Comparable<S>>A dataset that defines a range (interval) for both the x-values and the y-values.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.classDefaultTableXYDataset<S extends Comparable<S>>AnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classDefaultXYDataset<S extends Comparable<S>>A default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classDefaultXYZDataset<S extends Comparable<S>>A default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classMatrixSeriesCollection<S extends Comparable<S>>Represents a collection ofMatrixSeriesthat can be used as a dataset.classVectorSeriesCollection<S extends Comparable<S>>A collection ofVectorSeriesobjects.classXIntervalSeriesCollection<S extends Comparable<S>>A collection ofXIntervalSeriesobjects.classXYBarDataset<S extends Comparable<S>>A dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYIntervalSeriesCollection<S extends Comparable<S>>A collection ofXYIntervalSeriesobjects.classXYSeriesCollection<S extends Comparable<S>>Represents a collection ofXYSeriesobjects that can be used as a dataset.classYIntervalSeriesCollection<S extends Comparable<S>>A collection ofYIntervalSeriesobjects.
-