public class ModuleEvolutionChartMaker
extends java.lang.Object
Constructor | Description |
---|---|
ModuleEvolutionChartMaker(java.lang.String chartName,
ReportConfig config,
java.lang.String title,
java.lang.String fileName) |
Creates a new PieChartMaker
|
Modifier and Type | Method | Description |
---|---|---|
ChartImage |
toFile() |
public ModuleEvolutionChartMaker(java.lang.String chartName, ReportConfig config, java.lang.String title, java.lang.String fileName)
config
- The report configuration to usedirectories
- The set of directories to considertitle
- The chart titlefileName
- The file name for chartpublic ChartImage toFile()