Uses of Class
org.jfree.data.xy.AbstractXYDataset
Packages that use AbstractXYDataset
Package
Description
Data interfaces and classes for Gantt charts.
Dataset classes that fetch data from a database via JDBC.
Classes for representing statistical data.
Interfaces and classes for time-related data.
Classes for representing financial data in open-high-low-close form.
A package containing the
XYDataset interface and related classes.-
Uses of AbstractXYDataset in org.jfree.data.gantt
Subclasses of AbstractXYDataset in org.jfree.data.ganttModifier and TypeClassDescriptionclassA dataset implementation that wraps aTaskSeriesCollectionand presents it as anIntervalXYDataset, allowing a set of tasks to be displayed using anXYBarRenderer(and usually aSymbolAxis). -
Uses of AbstractXYDataset in org.jfree.data.jdbc
Subclasses of AbstractXYDataset in org.jfree.data.jdbcModifier and TypeClassDescriptionclassThis class provides anXYDatasetimplementation over a database JDBC result set. -
Uses of AbstractXYDataset in org.jfree.data.statistics
Subclasses of AbstractXYDataset in org.jfree.data.statisticsModifier and TypeClassDescriptionclassA simple implementation of theBoxAndWhiskerXYDatasetinterface.classA dataset that can be used for creating histograms.classA dataset used for creating simple histograms with custom defined bins. -
Uses of AbstractXYDataset in org.jfree.data.time
Subclasses of AbstractXYDataset in org.jfree.data.timeModifier and TypeClassDescriptionclassA dynamic dataset.classA collection ofTimePeriodValuesobjects.classA collection of time series objects.classA dataset for regular time periods that implements theTableXYDatasetinterface. -
Uses of AbstractXYDataset in org.jfree.data.time.ohlc
Subclasses of AbstractXYDataset in org.jfree.data.time.ohlc -
Uses of AbstractXYDataset in org.jfree.data.xy
Subclasses of AbstractXYDataset in org.jfree.data.xyModifier and TypeClassDescriptionclassAn base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAn base class that you can use to create new implementations of theXYZDatasetinterface.classAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classA simple implementation of theOHLCDatasetinterface.classA dataset that defines a range (interval) for both the x-values and the y-values.classA simple implementation of theOHLCDatasetinterface.classAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classA default implementation of theWindDatasetinterface.classA default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classA default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classRepresents a collection ofMatrixSeriesthat can be used as a dataset.classA collection ofVectorSeriesobjects.classA collection ofXIntervalSeriesobjects.classA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classA collection ofXYIntervalSeriesobjects.classRepresents a collection ofXYSeriesobjects that can be used as a dataset.classA collection ofYIntervalSeriesobjects.