Class TimeBarChartMaker.HourBarChartMaker

java.lang.Object
net.sf.statcvs.charts.TimeBarChartMaker
net.sf.statcvs.charts.TimeBarChartMaker.HourBarChartMaker
Enclosing class:
TimeBarChartMaker

public static class TimeBarChartMaker.HourBarChartMaker extends TimeBarChartMaker
  • Constructor Details

    • HourBarChartMaker

      public HourBarChartMaker(String chartName, ReportConfig config, SortedSet revisions, String title, String fileName)
      Creates a bar chart showing a distribution of revisions over the hours of the day.
      Parameters:
      config - The configuration to use
      revisions - The set of revisions to analyze
      title - The title of the chart
      fileName - The file for saving the chart
  • Method Details