Interface JRTimePeriodDataset

All Superinterfaces:
Cloneable, DatasetRunHolder, JRChartDataset, JRCloneable, JRElementDataset
All Known Implementing Classes:
JRBaseTimePeriodDataset, JRDesignTimePeriodDataset, JRFillTimePeriodDataset

public interface JRTimePeriodDataset extends JRChartDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series consisting of (time period, numeric value) pairs. The only difference is that in this case the time periods are not chosen from a predefined list but can be arbitrary time intervals. This kind of dataset is for use only with XY Bar charts.
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also: