net.sf.statcvs.charts

Class TimeBarChartMaker.HourBarChartMaker

Enclosing Class:
TimeBarChartMaker

public static class TimeBarChartMaker.HourBarChartMaker
extends TimeBarChartMaker

Nested Class Summary

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

TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker

Constructor Summary

HourBarChartMaker(ReportConfig config, SortedSet revisions, String title, String fileName)
Creates a bar chart showing a distribution of revisions over the hours of the day.

Method Summary

protected int
barNumberForTime(Calendar time)

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

barNumberForTime, toFile

Constructor Details

HourBarChartMaker

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

barNumberForTime

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