net.sf.statsvn.output
Class LOCChurnChartMaker
java.lang.Object
net.sf.statsvn.output.LOCChurnChartMaker
- public class LOCChurnChartMaker
- extends Object
Class for producing Lines Of Code with Churn charts
- Author:
- Benoit Xhenseval (www.ObjectLab.co.uk)
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 |
LOCChurnChartMaker
public LOCChurnChartMaker(net.sf.statcvs.output.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 historylocSeries
- the LOC historytitle
- the chart titlefileName
- the filename where the chart will be savedannotations
-
toFile
public net.sf.statcvs.charts.ChartImage toFile()