Uses of Interface
org.jfree.data.general.Dataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Classes representing components of (or entities in) a chart.
Plug-in renderers for the
XYPlot
class.Classes used to display chart titles and subtitles.
A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes for flow plots (a type of Sankey chart).
Data interfaces and classes for Gantt charts.
Data interfaces and classes.
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 Dataset in org.jfree.chart
-
Uses of Dataset in org.jfree.chart.entity
Modifier and TypeMethodDescriptionLegendItemEntity.getDataset()
Returns a reference to the dataset that this legend item is derived from.Modifier and TypeMethodDescriptionvoid
LegendItemEntity.setDataset
(Dataset dataset) Sets a reference to the dataset that this legend item is derived from. -
Uses of Dataset in org.jfree.chart.renderer.xy
Modifier and TypeClassDescriptionprotected static class
A dataset to hold the interpolated points when drawing new lines. -
Uses of Dataset in org.jfree.chart.title
Modifier and TypeMethodDescriptionLegendItemBlockContainer.getDataset()
Returns a reference to the dataset for the associated legend item.ModifierConstructorDescriptionLegendItemBlockContainer
(Arrangement arrangement, Dataset dataset, Comparable seriesKey) Creates a new legend item block. -
Uses of Dataset in org.jfree.data.category
Modifier and TypeInterfaceDescriptioninterface
The interface for a dataset with one or more series, and values associated with categories.interface
A category dataset that defines a value range for each series/category combination.Modifier and TypeClassDescriptionclass
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
.class
A default implementation of theCategoryDataset
interface.class
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface.class
ACategoryDataset
implementation that presents a subset of the categories in an underlying dataset. -
Uses of Dataset in org.jfree.data.flow
Modifier and TypeInterfaceDescriptioninterface
FlowDataset<K extends Comparable<K>>
A dataset representing value flows from a set of source nodes to a set of destination nodes.Modifier and TypeClassDescriptionclass
DefaultFlowDataset<K extends Comparable<K>>
A dataset representing flows between source and destination nodes. -
Uses of Dataset in org.jfree.data.gantt
Modifier and TypeInterfaceDescriptioninterface
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Modifier and TypeClassDescriptionclass
AGanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset.class
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 Dataset in org.jfree.data.general
Modifier and TypeInterfaceDescriptioninterface
A dataset containing a single value.interface
A dataset containing (key, value) data items.interface
A dataset containing (key, value) data items.interface
PieDataset<K extends Comparable<K>>
A general purpose dataset where values are associated with keys.interface
The interface for a dataset consisting of one or many series of data.interface
An interface for a dataset that returns a single value.Modifier and TypeClassDescriptionclass
An abstract implementation of theDataset
interface, containing a mechanism for registering change listeners.class
An abstract implementation of theSeriesDataset
interface, containing a mechanism for registering change listeners.class
A default implementation of theHeatMapDataset
interface.class
A default implementation of theKeyedValueDataset
interface.class
A default implementation of theKeyedValues2DDataset
interface.class
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends Comparable<K>>
A default implementation of thePieDataset
interface.class
A dataset that stores a single value (that is possiblynull
).class
A dataset that can be used with theWaferMapPlot
class.Modifier and TypeMethodDescriptionDatasetChangeEvent.getDataset()
Returns the dataset that generated the event.ModifierConstructorDescriptionDatasetChangeEvent
(Object source, Dataset dataset) Constructs a new event. -
Uses of Dataset in org.jfree.data.jdbc
Modifier and TypeClassDescriptionclass
ACategoryDataset
implementation over a database JDBC result set.class
APieDataset
that reads data from a database via JDBC.class
This class provides anXYDataset
implementation over a database JDBC result set. -
Uses of Dataset in org.jfree.data.statistics
Modifier and TypeInterfaceDescriptioninterface
A category dataset that defines various medians, outliers and an average value for each item.interface
An interface that defines data in the form of (x, max, min, average, median) tuples.interface
A category dataset that defines multiple values for each item.interface
A category dataset that defines a mean and standard deviation value for each item.Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
A simple implementation of theBoxAndWhiskerXYDataset
interface.class
A category dataset that defines multiple values for each item.class
A convenience class that provides a default implementation of theStatisticalCategoryDataset
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 Dataset in org.jfree.data.time
Modifier 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 Dataset in org.jfree.data.time.ohlc
-
Uses of Dataset in org.jfree.data.xy
Modifier and TypeInterfaceDescriptioninterface
An extension of theXYDataset
interface that allows an x-interval and a y-interval to be defined.interface
An extension of theXYZDataset
interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.interface
An interface that defines data in the form of (x, high, low, open, close) tuples.interface
A 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.interface
An extension of theXYDataset
interface that allows a vector to be defined at a specific (x, y) location.interface
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.interface
An interface through which data in the form of (x, y) items can be accessed.interface
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Modifier 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.