net.sf.statcvs.charts
public abstract class TimeBarChartMaker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeBarChartMaker.HourBarChartMaker |
static class |
TimeBarChartMaker.WeekdayBarChartMaker |
Constructor and Description |
---|
TimeBarChartMaker(String chartName,
ReportConfig config,
SortedSet revisions,
String title,
String fileName,
String[] barLabels)
Creates a new BarChartMaker.
|
Modifier and Type | Method and Description |
---|---|
protected abstract int |
barNumberForTime(Calendar time) |
ChartImage |
toFile()
Creates a bar chart image file.
|
public TimeBarChartMaker(String chartName, ReportConfig config, SortedSet revisions, String title, String fileName, String[] barLabels)
config
- The configuration to userevisions
- The revisions to analyzetitle
- The chart's titlefileName
- The file name for the image file, including .png extensionbarLabels
- The labels for each barpublic ChartImage toFile()
protected abstract int barNumberForTime(Calendar time)