Package net.sf.statcvs.charts
Class CommitScatterChartMaker
- java.lang.Object
-
- net.sf.statcvs.charts.CommitScatterChartMaker
-
public class CommitScatterChartMaker extends java.lang.Object
Produces the commit scatter chart.- Author:
- jentzsch, Richard Cyganiak (richard@cyganiak.de)
-
-
Constructor Summary
Constructors Constructor Description CommitScatterChartMaker(ReportConfig config, int width)
Creates a new CommitScatterChartMaker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartImage
toFile()
-
-
-
Constructor Detail
-
CommitScatterChartMaker
public CommitScatterChartMaker(ReportConfig config, int width)
Creates a new CommitScatterChartMaker.- Parameters:
repository
- The repository to be analyzedwidth
- The width of the chart in pixels
-
-
Method Detail
-
toFile
public ChartImage toFile()
- Returns:
- An image file for the chart
-
-