Uses of Interface
org.jfree.data.Dataset
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
| org | |
| 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 Dataset 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 Dataset Modifier and Type Class Description classMyXML_XYDataset -
Uses of Dataset in org
Classes in org that implement Dataset Modifier and Type Class Description classBioStatisticalCategoryDataset -
Uses of Dataset in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement Dataset 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 Dataset in org.jfree.data
Subinterfaces of Dataset in org.jfree.data Modifier and Type Interface Description interfaceCategoryDatasetThe interface for a dataset with one or more series, and values associated with categories.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.interfaceIntervalCategoryDatasetA category dataset that defines a value range for each series/category combination.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.interfaceKeyedValueDatasetA dataset containing a single value.interfaceKeyedValues2DDatasetA dataset containing (key, value) data items.interfaceKeyedValuesDatasetA dataset containing (key, value) data items.interfaceMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.interfacePieDatasetA general purpose dataset where values are associated with keys.interfaceSeriesDatasetThe interface for a dataset consisting of one or many series of data.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.interfaceValueDatasetAn interface for a dataset that returns a single value.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 Dataset Modifier and Type Class Description classAbstractDatasetAn abstract implementation of theDatasetinterface, containing a mechanism for registering change listeners.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).classCategoryToPieDatasetAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset.classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultCategoryDatasetA default implementation of theCategoryDatasetinterface.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.classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.classDefaultKeyedValues2DDatasetA default implementation of theKeyedValues2DDatasetinterface.classDefaultKeyedValuesDatasetA default implementation of theKeyedValuesDatasetinterface.classDefaultMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.classDefaultPieDatasetA default implementation of thePieDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultValueDatasetA default implementation of theValueDatasetinterface.classDefaultWindDatasetA default implementation of theWindDatasetinterface.classJDBCCategoryDatasetACategoryDatasetimplementation over a database JDBC result set.classJDBCPieDatasetAPieDatasetthat reads data from a database via JDBC.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.classWaferMapDatasetA dataset that can be used with theWaferMapPlotclass.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 Dataset Modifier and Type Method Description DatasetDatasetChangeEvent. getDataset()Returns the dataset that generated the event.Methods in org.jfree.data with parameters of type Dataset Modifier and Type Method Description intCombinedDataset. getChildPosition(Dataset child)Returns the child position.static RangeDatasetUtilities. getDomainExtent(Dataset dataset)Returns the range of values in the domain for the dataset.static NumberDatasetUtilities. getMaximumDomainValue(Dataset data)Returns the maximum domain value for the specified dataset.static NumberDatasetUtilities. getMaximumRangeValue(Dataset data)Returns the maximum range value for the specified dataset.static NumberDatasetUtilities. getMinimumDomainValue(Dataset data)Returns the minimum domain value for the specified dataset.static NumberDatasetUtilities. getMinimumRangeValue(Dataset data)Returns the minimum range value for the specified dataset.static RangeDatasetUtilities. getRangeExtent(Dataset data)Returns the range of values in the range for the dataset.Constructors in org.jfree.data with parameters of type Dataset Constructor Description DatasetChangeEvent(Object source, Dataset data)Constructs a new event. -
Uses of Dataset in org.jfree.data.gantt
Subinterfaces of Dataset in org.jfree.data.gantt Modifier and Type Interface Description interfaceGanttCategoryDatasetAn extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement Dataset Modifier and Type Class Description classTaskSeriesCollectionA collection ofTaskSeriesobjects. -
Uses of Dataset in org.jfree.data.statistics
Subinterfaces of Dataset in org.jfree.data.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerCategoryDatasetA category dataset that defines various medians, outliers and an average value for each item.interfaceBoxAndWhiskerXYDatasetAn interface that defines data in the form of (x, max, min, average, median) tuples.interfaceStatisticalCategoryDatasetA category dataset that defines a median and standard deviation value for each item.Classes in org.jfree.data.statistics that implement Dataset Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDataset.classDefaultStatisticalCategoryDatasetA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms. -
Uses of Dataset in org.jfree.data.time
Classes in org.jfree.data.time that implement Dataset 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.