Package net.sf.statcvs.charts
Class ModuleEvolutionChartMaker
java.lang.Object
net.sf.statcvs.charts.ModuleEvolutionChartMaker
Class for producing directory pie charts
- Version:
- $Id: ModuleEvolutionChartMaker.java,v 1.2 2010/01/01 10:03:43 benoitx Exp $
- Author:
- jentzsch, Richard Cyganiak (richard@cyganiak.de)
-
Constructor Summary
ConstructorsConstructorDescriptionModuleEvolutionChartMaker
(String chartName, ReportConfig config, String title, String fileName) Creates a new PieChartMaker -
Method Summary
-
Constructor Details
-
ModuleEvolutionChartMaker
public ModuleEvolutionChartMaker(String chartName, ReportConfig config, String title, String fileName) Creates a new PieChartMaker- Parameters:
config
- The report configuration to usetitle
- The chart titlefileName
- The file name for chartdirectories
- The set of directories to consider
-
-
Method Details
-
toFile
-