Uses of Class
org.jfree.data.AbstractXYDataset
| 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.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of AbstractXYDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Subclasses of AbstractXYDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics Modifier and Type Class Description classMyXML_XYDataset -
Uses of AbstractXYDataset in org.jfree.chart.demo
Subclasses of AbstractXYDataset 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.classSampleXYZDatasetA quick-and-dirty implementation of theinterface.classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset. -
Uses of AbstractXYDataset in org.jfree.data
Subclasses of AbstractXYDataset in org.jfree.data Modifier and Type Class Description classAbstractIntervalXYDatasetAn 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.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 AbstractXYDataset in org.jfree.data.statistics
Subclasses of AbstractXYDataset 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 AbstractXYDataset in org.jfree.data.time
Subclasses of AbstractXYDataset 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.