net.sf.statcvs.renderer
Class PieChart
java.lang.Object
net.sf.statcvs.renderer.Chart
net.sf.statcvs.renderer.PieChart
- public class PieChart
- extends Chart
Class for producing module size charts
- Version:
- $Id: PieChart.java,v 1.35 2003/04/20 15:18:23 cyganiak Exp $
- Author:
- jentzsch
Constructor Summary |
PieChart(CvsContent content,
java.lang.String title,
java.lang.String subTitle,
java.lang.String fileName,
Author author,
int filter)
creates an 3D Pie Chart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTERED_BY_REPOSITORY
public static final int FILTERED_BY_REPOSITORY
- Filter method by repository
- See Also:
- Constant Field Values
FILTERED_BY_USER
public static final int FILTERED_BY_USER
- Filter method by username
- See Also:
- Constant Field Values
PieChart
public PieChart(CvsContent content,
java.lang.String title,
java.lang.String subTitle,
java.lang.String fileName,
Author author,
int filter)
- creates an 3D Pie Chart
- Parameters:
content
- CvsContenttitle
- chart titlesubTitle
- chart subTitlefileName
- fileName for chartauthor
- author for this pie chartfilter
- filter options (users / whole repository)