net.sf.statcvs.output
Class LOCChurnChartMaker
java.lang.Object
net.sf.statcvs.output.LOCChurnChartMaker
public class LOCChurnChartMaker
- extends java.lang.Object
Class for producing Lines Of Code with Churn charts
- Author:
- Benoit Xhenseval (www.ObjectLab.co.uk)
Constructor Summary |
LOCChurnChartMaker(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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCChurnChartMaker
public LOCChurnChartMaker(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 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
-
toFile
public ChartImage toFile()
Copyright © 2008. All Rights Reserved.