Package net.sf.statcvs.charts
Class TimeBarChartMaker.HourBarChartMaker
- java.lang.Object
-
- net.sf.statcvs.charts.TimeBarChartMaker
-
- net.sf.statcvs.charts.TimeBarChartMaker.HourBarChartMaker
-
- Enclosing class:
- TimeBarChartMaker
public static class TimeBarChartMaker.HourBarChartMaker 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 HourBarChartMaker(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 hours of the day.
-
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
-
HourBarChartMaker
public HourBarChartMaker(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 hours of the day.- 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
-
-