Module org.jfree.chart
Package org.jfree.data.general
Data interfaces and classes.
-
Interface Summary Interface Description Dataset The base interface for data sets.DatasetChangeListener The interface that must be supported by classes that wish to receive notification of changes to a dataset.HeatMapDataset A dataset that represents a rectangular grid of (x, y, z) values.KeyedValueDataset A dataset containing a single value.KeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>> A dataset containing (key, value) data items.This dataset is equivalent to aCategoryDatasetand is included for completeness only.KeyedValuesDataset<K extends Comparable<K>> A dataset containing (key, value) data items.PieDataset<K extends Comparable<K>> A general purpose dataset where values are associated with keys.SeriesChangeListener Methods for receiving notification of changes to a data series.SeriesDataset<S extends Comparable<S>> The interface for a dataset consisting of one or many series of data.ValueDataset An interface for a dataset that returns a single value. -
Class Summary Class Description AbstractDataset An abstract implementation of theDatasetinterface, containing a mechanism for registering change listeners.AbstractSeriesDataset<S extends Comparable<S>> An abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners.DatasetChangeEvent A change event that encapsulates information about a change to a dataset.DatasetUtils A collection of useful static methods relating to datasets.DefaultHeatMapDataset A default implementation of theHeatMapDatasetinterface.DefaultKeyedValueDataset A default implementation of theKeyedValueDatasetinterface.DefaultKeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>> A default implementation of theKeyedValues2DDatasetinterface.DefaultKeyedValuesDataset<K extends Comparable<K>> A default implementation of theKeyedValuesDatasetinterface.DefaultPieDataset<K extends Comparable<K>> A default implementation of thePieDatasetinterface.DefaultValueDataset A dataset that stores a single value (that is possiblynull).HeatMapUtils A utility class for theHeatMapDataset.Series<K extends Comparable<K>> Base class representing a data series.SeriesChangeEvent An event with details of a change to a series.WaferMapDataset A dataset that can be used with theWaferMapPlotclass. -
Exception Summary Exception Description SeriesException A general purpose exception class for data series.