|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.charts.DirectoryPieChartMaker
public abstract class DirectoryPieChartMaker
Class for producing directory pie charts
Nested Class Summary | |
---|---|
static class |
DirectoryPieChartMaker.CodeDistributionChartMaker
|
static class |
DirectoryPieChartMaker.DirectorySizesChartMaker
|
Constructor Summary | |
---|---|
DirectoryPieChartMaker(ReportConfig config,
java.util.SortedSet directories,
java.lang.String title,
java.lang.String fileName)
Creates a new PieChartMaker |
Method Summary | |
---|---|
protected abstract int |
calculateValue(Directory directory)
|
ChartImage |
toFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryPieChartMaker(ReportConfig config, java.util.SortedSet directories, 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 chartMethod Detail |
---|
public ChartImage toFile()
protected abstract int calculateValue(Directory directory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |