net.sf.statcvs.charts
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeBarChartMaker.WeekdayBarChartMaker
public 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.
- Parameters:
config
- The configuration to userevisions
- The set of revisions to analyzetitle
- The title of the chartfileName
- The file for saving the chart
barNumberForTime
protected int barNumberForTime(Calendar time)
- Specified by:
barNumberForTime
in class TimeBarChartMaker