Package net.sf.statcvs.output
Class LOCChurnChartMaker
java.lang.Object
net.sf.statcvs.output.LOCChurnChartMaker
Class for producing Lines Of Code with Churn charts
- Author:
- Benoit Xhenseval (www.ObjectLab.co.uk)
-
Constructor Summary
ConstructorsConstructorDescriptionLOCChurnChartMaker
(String chartName, ReportConfig config, org.jfree.data.time.TimeSeries churnSeries, org.jfree.data.time.TimeSeries locSeries, String title, String fileName, List annotations) Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG -
Method Summary
-
Constructor Details
-
LOCChurnChartMaker
public LOCChurnChartMaker(String chartName, ReportConfig config, org.jfree.data.time.TimeSeries churnSeries, org.jfree.data.time.TimeSeries locSeries, String title, String fileName, List annotations) Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG- Parameters:
chartName
-churnSeries
- the Churn historylocSeries
- the LOC historytitle
- the chart titlefileName
- the filename where the chart will be savedannotations
-width
- width of PNG in pixelsheight
- height of PNG in pixels
-
-
Method Details
-
toFile
-