Uses of Class
org.jfree.data.general.AbstractSeriesDataset
Packages that use AbstractSeriesDataset
Package
Description
A package containing the
CategoryDataset
interface and related classes.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 AbstractSeriesDataset in org.jfree.data.category
Subclasses of AbstractSeriesDataset in org.jfree.data.categoryModifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface. -
Uses of AbstractSeriesDataset in org.jfree.data.gantt
Subclasses of AbstractSeriesDataset in org.jfree.data.ganttModifier and TypeClassDescriptionclass
A collection ofTaskSeries
objects.class
A dataset implementation that wraps aTaskSeriesCollection
and presents it as anIntervalXYDataset
, allowing a set of tasks to be displayed using anXYBarRenderer
(and usually aSymbolAxis
). -
Uses of AbstractSeriesDataset in org.jfree.data.jdbc
Subclasses of AbstractSeriesDataset in org.jfree.data.jdbcModifier and TypeClassDescriptionclass
This class provides anXYDataset
implementation over a database JDBC result set. -
Uses of AbstractSeriesDataset in org.jfree.data.statistics
Subclasses of AbstractSeriesDataset in org.jfree.data.statisticsModifier and TypeClassDescriptionclass
A simple implementation of theBoxAndWhiskerXYDataset
interface.class
A dataset that can be used for creating histograms.class
A dataset used for creating simple histograms with custom defined bins. -
Uses of AbstractSeriesDataset in org.jfree.data.time
Subclasses of AbstractSeriesDataset in org.jfree.data.timeModifier and TypeClassDescriptionclass
A dynamic dataset.class
A collection ofTimePeriodValues
objects.class
A collection of time series objects.class
A dataset for regular time periods that implements theTableXYDataset
interface. -
Uses of AbstractSeriesDataset in org.jfree.data.time.ohlc
Subclasses of AbstractSeriesDataset in org.jfree.data.time.ohlc -
Uses of AbstractSeriesDataset in org.jfree.data.xy
Subclasses of AbstractSeriesDataset in org.jfree.data.xyModifier and TypeClassDescriptionclass
An base class that you can use to create new implementations of theIntervalXYDataset
interface.class
An base class that you can use to create new implementations of theXYDataset
interface.class
An base class that you can use to create new implementations of theXYZDataset
interface.class
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A simple implementation of theOHLCDataset
interface.class
A dataset that defines a range (interval) for both the x-values and the y-values.class
A simple implementation of theOHLCDataset
interface.class
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A default implementation of theWindDataset
interface.class
A default implementation of theXYDataset
interface that stores data values in arrays of double primitives.class
A default implementation of theXYZDataset
interface that stores data values in arrays of double primitives.class
Represents a collection ofMatrixSeries
that can be used as a dataset.class
A collection ofVectorSeries
objects.class
A collection ofXIntervalSeries
objects.class
A dataset wrapper class that converts a standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
A collection ofXYIntervalSeries
objects.class
Represents a collection ofXYSeries
objects that can be used as a dataset.class
A collection ofYIntervalSeries
objects.