net.sf.statsvn.output
Class LOCChurnChartMaker

java.lang.Object
  extended by net.sf.statsvn.output.LOCChurnChartMaker

public class LOCChurnChartMaker
extends java.lang.Object

Class for producing Lines Of Code with Churn charts

 

Constructor Summary
LOCChurnChartMaker(net.sf.statcvs.output.ReportConfig config, org.jfree.data.time.TimeSeries churnSeries, org.jfree.data.time.TimeSeries locSeries, java.lang.String title, java.lang.String fileName, java.awt.Dimension size, java.util.List annotations)
          Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
 
Method Summary
 net.sf.statcvs.charts.ChartImage toFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LOCChurnChartMaker

public LOCChurnChartMaker(net.sf.statcvs.output.ReportConfig config,
                          org.jfree.data.time.TimeSeries churnSeries,
                          org.jfree.data.time.TimeSeries locSeries,
                          java.lang.String title,
                          java.lang.String fileName,
                          java.awt.Dimension size,
                          java.util.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
width - width of PNG in pixels
height - height of PNG in pixels
annotations -
Method Detail

toFile

public net.sf.statcvs.charts.ChartImage toFile()