Class LOCChurnChartMaker

java.lang.Object
net.sf.statcvs.output.LOCChurnChartMaker

public class LOCChurnChartMaker extends Object
Class for producing Lines Of Code with Churn charts
Author:
Benoit Xhenseval (www.ObjectLab.co.uk)
  • Constructor Details

    • LOCChurnChartMaker

      public 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
      Parameters:
      chartName -
      churnSeries - the Churn history
      locSeries - the LOC history
      title - the chart title
      fileName - the filename where the chart will be saved
      width - width of PNG in pixels
      height - height of PNG in pixels
      annotations -
  • Method Details