Class TimeBarChartMaker.WeekdayBarChartMaker

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

public static class TimeBarChartMaker.WeekdayBarChartMaker extends TimeBarChartMaker
  • Constructor Details

    • WeekdayBarChartMaker

      public WeekdayBarChartMaker(String chartName, ReportConfig config, SortedSet revisions, String title, String fileName)
      Creates a bar chart showing a distribution of revisions over the days of the week.
      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