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.43 2004/10/12 07:22:42 cyganiak Exp $
- Author:
- jentzsch
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,
String title,
String fileName,
Author author,
int filter)
- creates an 3D Pie Chart
- Parameters:
content
- CvsContenttitle
- chart titlefileName
- fileName for chartauthor
- author for this pie chartfilter
- filter options (users / whole repository)