public static class TimeBarChartMaker.WeekdayBarChartMaker extends TimeBarChartMaker
TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker
Constructor | Description |
---|---|
WeekdayBarChartMaker(java.lang.String chartName,
ReportConfig config,
java.util.SortedSet revisions,
java.lang.String title,
java.lang.String fileName) |
Creates a bar chart showing a distribution of revisions
over the days of the week.
|
Modifier and Type | Method | Description |
---|---|---|
protected int |
barNumberForTime(java.util.Calendar time) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toFile
public WeekdayBarChartMaker(java.lang.String chartName, ReportConfig config, java.util.SortedSet revisions, java.lang.String title, java.lang.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(java.util.Calendar time)
barNumberForTime
in class TimeBarChartMaker