Uses of Class org.jfree.data.general.AbstractDataset

Uses in package org.jfree.data.time.ohlc

Classes derived from org.jfree.data.general.AbstractDataset

class
A collection of OHLCSeries objects.

Uses in package org.jfree.data.xy

Classes derived from org.jfree.data.general.AbstractDataset

class
An base class that you can use to create new implementations of the IntervalXYDataset interface.
class
An base class that you can use to create new implementations of the XYDataset interface.
class
An base class that you can use to create new implementations of the XYZDataset interface.
class
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A simple implementation of the OHLCDataset interface.
class
A dataset that defines a range (interval) for both the x-values and the y-values.
class
A simple implementation of the OHLCDataset interface.
class
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A default implementation of the WindDataset interface.
class
A default implementation of the XYDataset interface that stores data values in arrays of double primitives.
class
A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
class
Represents a collection of MatrixSeries that can be used as a dataset.
class
A collection of XIntervalSeries objects.
class
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
class
A collection of XYIntervalSeries objects.
class
Represents a collection of XYSeries objects that can be used as a dataset.
class
A collection of YIntervalSeries objects.

Uses in package org.jfree.data.general

Classes derived from org.jfree.data.general.AbstractDataset

class
An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
class
This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
class
A default implementation of the KeyedValueDataset interface.
class
A default implementation of the KeyedValues2DDataset interface.
class
A default implementation of the KeyedValuesDataset interface.
class
A default implementation of the PieDataset interface.
class
A dataset that stores a single value (that is possibly null).
class
This class will create a dataset with one or more series from another SeriesDataset.
class
A dataset that can be used with the WaferMapPlot class.

Uses in package org.jfree.data.time

Classes derived from org.jfree.data.general.AbstractDataset

class
A dynamic dataset.
class
A collection of TimePeriodValues objects.
class
A collection of time series objects.
class
A dataset for regular time periods that implements the TableXYDataset interface.

Uses in package org.jfree.data.contour

Classes derived from org.jfree.data.general.AbstractDataset

class
A convenience class that provides a default implementation of the ContourDataset interface.
class
A convenience class that extends the DefaultContourDataset to accommodate non-grid data.

Uses in package org.jfree.data.category

Classes derived from org.jfree.data.general.AbstractDataset

class
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.
class
A default implementation of the CategoryDataset interface.
class
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.

Uses in package org.jfree.data.jdbc

Classes derived from org.jfree.data.general.AbstractDataset

class
A CategoryDataset implementation over a database JDBC result set.
class
A PieDataset that reads data from a database via JDBC.
class
This class provides an XYDataset implementation over a database JDBC result set.

Uses in package org.jfree.data.gantt

Classes derived from org.jfree.data.general.AbstractDataset

class
A collection of TaskSeries objects.

Uses in package org.jfree.data.statistics

Classes derived from org.jfree.data.general.AbstractDataset

class
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
class
A simple implementation of the BoxAndWhiskerXYDataset.
class
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
class
A dataset that can be used for creating histograms.
class
A dataset used for creating simple histograms with custom defined bins.