Uses of Class
org.jfree.data.AbstractSeriesDataset
| 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 AbstractSeriesDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Subclasses of AbstractSeriesDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics Modifier and Type Class Description classMyXML_XYDataset -
Uses of AbstractSeriesDataset in org.jfree.chart.demo
Subclasses of AbstractSeriesDataset in org.jfree.chart.demo 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 AbstractSeriesDataset in org.jfree.data
Subclasses of AbstractSeriesDataset in org.jfree.data Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.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. -
Uses of AbstractSeriesDataset in org.jfree.data.gantt
Subclasses of AbstractSeriesDataset in org.jfree.data.gantt Modifier and Type Class Description classTaskSeriesCollectionA collection ofTaskSeriesobjects. -
Uses of AbstractSeriesDataset in org.jfree.data.statistics
Subclasses of AbstractSeriesDataset in org.jfree.data.statistics Modifier and Type Class Description classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDataset.classHistogramDatasetA dataset that can be used for creating histograms. -
Uses of AbstractSeriesDataset in org.jfree.data.time
Subclasses of AbstractSeriesDataset in org.jfree.data.time 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.