net.sf.statcvs.charts
public static class TimeBarChartMaker.WeekdayBarChartMaker extends TimeBarChartMaker
TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker
Constructor and Description |
---|
TimeBarChartMaker.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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
barNumberForTime(Calendar time) |
toFile
public TimeBarChartMaker.WeekdayBarChartMaker(String chartName, ReportConfig config, SortedSet revisions, String title, String fileName)
config
- The configuration to userevisions
- The set of revisions to analyzetitle
- The title of the chartfileName
- The file for saving the chartprotected int barNumberForTime(Calendar time)
barNumberForTime
in class TimeBarChartMaker