Package net.sf.statcvs.charts
Class ModuleSizePieChartMaker
java.lang.Object
net.sf.statcvs.charts.ModuleSizePieChartMaker
Class for producing directory pie charts
- Version:
- $Id: ModuleSizePieChartMaker.java,v 1.2 2009/08/31 19:16:35 benoitx Exp $
- Author:
- jentzsch, Richard Cyganiak (richard@cyganiak.de)
-
Constructor Summary
ConstructorsConstructorDescriptionModuleSizePieChartMaker
(String chartName, ReportConfig config, String title, String subTitle, String fileName) Creates a new PieChartMaker -
Method Summary
-
Constructor Details
-
ModuleSizePieChartMaker
public ModuleSizePieChartMaker(String chartName, ReportConfig config, String title, String subTitle, String fileName) Creates a new PieChartMaker- Parameters:
config
- The report configuration to usedirectories
- The set of directories to considertitle
- The chart titlefileName
- The file name for chart
-
-
Method Details
-
toFile
-