All Implemented Interfaces:
IReportItem

public class TimeSeriesReportItem extends AbstractPlotReportItem
  • Field Details

  • Constructor Details

    • TimeSeriesReportItem

      public TimeSeriesReportItem(String title, String xAxisLabel)
    • TimeSeriesReportItem

      public TimeSeriesReportItem(String title, int height, int width, int fontSize, String xAxisLabel)
  • Method Details

    • generatePlotCommand

      protected String generatePlotCommand()
      Plots the first data set against the second. Expects to find the measured values in the first set and the measurements number or event time in the second.
      Specified by:
      generatePlotCommand in class AbstractPlotReportItem
      Returns:
      The R command which execution leads to the creation of the plot.