net.sf.statcvs.output
public class LOCChurnChartMaker extends Object
Constructor and Description |
---|
LOCChurnChartMaker(String chartName,
ReportConfig config,
TimeSeries churnSeries,
TimeSeries locSeries,
String title,
String fileName,
List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves
it as PNG
|
public LOCChurnChartMaker(String chartName, ReportConfig config, TimeSeries churnSeries, TimeSeries locSeries, String title, String fileName, List annotations)
chartName
- churnSeries
- the Churn historylocSeries
- the LOC historytitle
- the chart titlefileName
- the filename where the chart will be savedwidth
- width of PNG in pixelsheight
- height of PNG in pixelsannotations
- public ChartImage toFile()