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
public static class TimeBarChartMaker.WeekdayBarChartMaker extends TimeBarChartMaker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.statcvs.charts.TimeBarChartMaker
TimeBarChartMaker.HourBarChartMaker, TimeBarChartMaker.WeekdayBarChartMaker
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
barNumberForTime(java.util.Calendar time)
-
Methods inherited from class net.sf.statcvs.charts.TimeBarChartMaker
toFile
-
-
-
-
Constructor Detail
-
WeekdayBarChartMaker
public 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.- Parameters:
config
- The configuration to userevisions
- The set of revisions to analyzetitle
- The title of the chartfileName
- The file for saving the chart
-
-
Method Detail
-
barNumberForTime
protected int barNumberForTime(java.util.Calendar time)
- Specified by:
barNumberForTime
in classTimeBarChartMaker
-
-