Uses of Interface
org.jfree.data.SeriesDataset
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
| org.jfree.chart.demo | |
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of SeriesDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics that implement SeriesDataset Modifier and Type Class Description classMyXML_XYDataset -
Uses of SeriesDataset in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement SeriesDataset Modifier and Type Class Description classEmptyXYDatasetAn empty dataset for testing purposes.classSampleSignalDatasetA sample signal dataset.classSampleXYDatasetA dummy dataset for an XY plot.classSampleXYDataset2Random data for a scatter plot demo.classSampleXYSymbolicDatasetRandom data for a symbolic plot demo.classSampleXYZDatasetA quick-and-dirty implementation of theinterface.classSampleYSymbolicDatasetA dataset implementation that provides random data for a symbolic plot demo.classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset. -
Uses of SeriesDataset in org.jfree.data
Subinterfaces of SeriesDataset in org.jfree.data Modifier and Type Interface Description interfaceContourDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.interfaceHighLowDatasetAn interface that defines data in the form of (x, high, low, open, close) tuples.interfaceIntervalXYDatasetAn extension of theXYDatasetinterface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.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.interfaceSignalsDatasetAn interface that adds signal information to anXYDataset.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.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 that implement SeriesDataset Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractSeriesDatasetAn abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners.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).classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultContourDatasetA convenience class that provides a default implementation of theContourDatasetinterface.classDefaultHighLowDatasetA simple implementation of theHighLowDataset.classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classJDBCXYDatasetThis class provides anXYDatasetimplementation over a database JDBC result set.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classNonGridContourDatasetA convenience class that extends theDefaultContourDatasetto acommadate non-grid data.classOHLCDatasetA simple implementation of theHighLowDatasetinterface.classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.Methods in org.jfree.data that return SeriesDataset Modifier and Type Method Description SeriesDatasetCombinationDataset. getParent()Returns the parent Dataset of this combination.SeriesDatasetCombinedDataset. getParent()Returns the parent Dataset of this combination.SeriesDatasetSubSeriesDataset. getParent()Returns the parent Dataset of this combination.Methods in org.jfree.data with parameters of type SeriesDataset Modifier and Type Method Description voidCombinedDataset. add(SeriesDataset data)Adds one SeriesDataset to the combination.voidCombinedDataset. add(SeriesDataset[] data)Adds an array of SeriesDataset's to the combination.voidCombinedDataset. add(SeriesDataset data, int series)Adds one series from a SeriesDataset to the combination.Constructors in org.jfree.data with parameters of type SeriesDataset Constructor Description CombinedDataset(SeriesDataset[] data)Creates a CombinedDataset initialized with an array of SeriesDatasets.SubSeriesDataset(SeriesDataset parent, int series)Creates a SubSeriesDataset using one series fromparent.SubSeriesDataset(SeriesDataset parent, int[] map)Creates a SubSeriesDataset using one or more series fromparent. -
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. -
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 theBoxAndWhiskerXYDataset.classHistogramDatasetA dataset that can be used for creating histograms. -
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 the TableXYDataset interface.