public class LOCChurnChartMaker
extends java.lang.Object
| Constructor and Description |
|---|
LOCChurnChartMaker(java.lang.String chartName,
ReportConfig config,
TimeSeries churnSeries,
TimeSeries locSeries,
java.lang.String title,
java.lang.String fileName,
java.util.List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves
it as PNG
|
| Modifier and Type | Method and Description |
|---|---|
ChartImage |
toFile() |
public LOCChurnChartMaker(java.lang.String chartName,
ReportConfig config,
TimeSeries churnSeries,
TimeSeries locSeries,
java.lang.String title,
java.lang.String fileName,
java.util.List annotations)
chartName - 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 - public ChartImage toFile()