public class LOCChartMaker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LOCChartMaker.AllDevelopersLOCChartMaker |
static class |
LOCChartMaker.AllDirectoriesLOCChartMaker |
static class |
LOCChartMaker.AllModulesLOCChartMaker |
static class |
LOCChartMaker.DirectoryLOCChartMaker |
static class |
LOCChartMaker.MainLOCChartMaker |
| Constructor and Description |
|---|
LOCChartMaker(java.lang.String chartName,
ReportConfig config,
java.util.List locSeriesList,
java.lang.String title,
java.lang.String fileName,
java.awt.Dimension size,
java.util.List annotations)
Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG
|
LOCChartMaker(java.lang.String chartName,
ReportConfig config,
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
|
| Modifier and Type | Method and Description |
|---|---|
ChartImage |
toFile() |
public LOCChartMaker(java.lang.String chartName,
ReportConfig config,
TimeSeries locSeries,
java.lang.String title,
java.lang.String fileName,
java.awt.Dimension size,
java.util.List annotations)
locSeries - the LOC historytitle - the chart titlefileName - the filename where the chart will be savedsize - width and height of PNG in pixelsannotations - public LOCChartMaker(java.lang.String chartName,
ReportConfig config,
java.util.List locSeriesList,
java.lang.String title,
java.lang.String fileName,
java.awt.Dimension size,
java.util.List annotations)
locSeriesList - a list of BasicTimesSeriestitle - the chart titlefileName - the filename where the chart will be savedsize - width and height of PNG in pixelspublic ChartImage toFile()