net.sf.statcvs.output

Class LOCChurnChartMaker


public class LOCChurnChartMaker
extends Object

Class for producing Lines Of Code with Churn charts
Author:
Benoit Xhenseval (www.ObjectLab.co.uk)

Constructor Summary

LOCChurnChartMaker(ReportConfig config, TimeSeries churnSeries, TimeSeries locSeries, String title, String fileName, Dimension size, List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG

Method Summary

ChartImage
toFile()

Constructor Details

LOCChurnChartMaker

public LOCChurnChartMaker(ReportConfig config,
                          TimeSeries churnSeries,
                          TimeSeries locSeries,
                          String title,
                          String fileName,
                          Dimension size,
                          List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
Parameters:
churnSeries - the Churn history
locSeries - the LOC history
title - the chart title
fileName - the filename where the chart will be saved
annotations -

Method Details

toFile

public ChartImage toFile()