net.sf.statcvs.charts
Class ModuleSizePieChartMaker
java.lang.Object
net.sf.statcvs.charts.ModuleSizePieChartMaker
public class ModuleSizePieChartMaker
- extends Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
toFile
public ChartImage toFile()