Interface JRTimeSeriesDataset

    • Method Detail

      • getTimePeriod

        java.lang.Class<?> getTimePeriod()
        Returns:
        the time period. Specifies the type of the data series inside the dataset. Time series can contain numeric values associated with days, months, years, or other predefined time periods.
        See Also:
        TimePeriodEnum
      • setTimePeriod

        void setTimePeriod​(java.lang.Class<?> timePeriod)
        Parameters:
        timePeriod - the time period associated with days, months, years, or other predefined time periods.
        See Also:
        TimePeriodEnum