Package net.sf.statcvs.charts
Class TimeBarChartMaker.WeekdayBarChartMaker
java.lang.Object
net.sf.statcvs.charts.TimeBarChartMaker
net.sf.statcvs.charts.TimeBarChartMaker.WeekdayBarChartMaker
- Enclosing class:
TimeBarChartMaker
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.statcvs.charts.TimeBarChartMaker
TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker
-
Constructor Summary
ConstructorsConstructorDescriptionWeekdayBarChartMaker
(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. -
Method Summary
Methods inherited from class net.sf.statcvs.charts.TimeBarChartMaker
toFile
-
Constructor Details
-
WeekdayBarChartMaker
public 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
-
-
Method Details
-
barNumberForTime
- Specified by:
barNumberForTime
in classTimeBarChartMaker
-