Uses of Class
net.sf.statcvs.model.Author

Packages that use Author
net.sf.statcvs.input   
net.sf.statcvs.model   
net.sf.statcvs.output   
net.sf.statcvs.renderer   
net.sf.statcvs.renderer.xml   
net.sf.statcvs.reports   
 

Uses of Author in net.sf.statcvs.input
 

Methods in net.sf.statcvs.input that return Author
 Author Builder.getAuthor(java.lang.String name)
          returns the Author of the given name or creates it if it does not yet exist.
 

Uses of Author in net.sf.statcvs.model
 

Methods in net.sf.statcvs.model that return Author
 Author CvsRevision.getAuthor()
          Returns the author
 Author CvsContent.getAuthor(java.lang.String name)
           
 Author Commit.getAuthor()
          Returns the author of the commit
 

Methods in net.sf.statcvs.model with parameters of type Author
 void CvsRevision.setAuthor(Author author)
          Sets the author.
 boolean CvsFile.hasAuthor(Author author)
          Returns true, if author worked on this file.
 

Constructors in net.sf.statcvs.model with parameters of type Author
UserPredicate(Author author)
          Constructor UserPredicate.
 

Uses of Author in net.sf.statcvs.output
 

Methods in net.sf.statcvs.output with parameters of type Author
static java.lang.String HTMLTagger.getAuthorLink(Author author)
          Returns HTML code for a link to an author page
static java.lang.String HTMLOutput.getAuthorPageFilename(Author author)
           
static java.lang.String HTMLOutput.getActivityTimeChartFilename(Author author)
           
static java.lang.String HTMLOutput.getActivityDayChartFilename(Author author)
           
static java.lang.String HTMLOutput.getCodeDistributionChartFilename(Author author)
           
 

Constructors in net.sf.statcvs.output with parameters of type Author
AuthorPage(CvsContent content, Author author, boolean codeDistributionChartCreated)
          Method UserPage.
 

Uses of Author in net.sf.statcvs.renderer
 

Methods in net.sf.statcvs.renderer with parameters of type Author
 void TableCellRenderer.renderAuthorCell(Author author)
          Render a cell containing an author
 void HTMLTableCellRenderer.renderAuthorCell(Author author)
          Render a cell containing an author to HTML
 

Constructors in net.sf.statcvs.renderer with parameters of type Author
PieChart(CvsContent content, java.lang.String title, java.lang.String subTitle, java.lang.String fileName, Author author, int filter)
          creates an 3D Pie Chart
 

Uses of Author in net.sf.statcvs.renderer.xml
 

Methods in net.sf.statcvs.renderer.xml with parameters of type Author
 void XMLTableRenderer.renderAuthorCell(Author author)
           
 

Uses of Author in net.sf.statcvs.reports
 

Constructors in net.sf.statcvs.reports with parameters of type Author
DirectoriesForAuthorTableReport(CvsContent content, Author author)
          Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.