net.sf.statcvs.charts

Class TimeBarChartMaker.WeekdayBarChartMaker

Enclosing Class:
TimeBarChartMaker

public static class TimeBarChartMaker.WeekdayBarChartMaker
extends TimeBarChartMaker

Nested Class Summary

Nested classes/interfaces inherited from class net.sf.statcvs.charts.TimeBarChartMaker

TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker

Constructor Summary

WeekdayBarChartMaker(ReportConfig config, SortedSet revisions, String title, String fileName)
Creates a bar chart showing a distribution of revisions over the days of the week.

Method Summary

protected int
barNumberForTime(Calendar time)

Methods inherited from class net.sf.statcvs.charts.TimeBarChartMaker

barNumberForTime, toFile

Constructor Details

WeekdayBarChartMaker

public WeekdayBarChartMaker(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

barNumberForTime

protected int barNumberForTime(Calendar time)
Overrides:
barNumberForTime in interface TimeBarChartMaker