Uses of Class
net.sf.statcvs.output.ReportConfig

Packages that use ReportConfig
net.sf.statcvs.charts   
net.sf.statcvs.output   
net.sf.statcvs.pages   
net.sf.statcvs.pages.xml   
net.sf.statcvs.reports   
 

Uses of ReportConfig in net.sf.statcvs.charts
 

Constructors in net.sf.statcvs.charts with parameters of type ReportConfig
CommitScatterChartMaker(ReportConfig config, int width)
          Creates a new CommitScatterChartMaker.
DirectoryPieChartMaker.CodeDistributionChartMaker(ReportConfig config, Author author)
           
DirectoryPieChartMaker.DirectorySizesChartMaker(ReportConfig config)
           
DirectoryPieChartMaker(ReportConfig config, java.util.SortedSet directories, java.lang.String title, java.lang.String fileName)
          Creates a new PieChartMaker
LOCChartMaker.AllDevelopersLOCChartMaker(ReportConfig config, java.awt.Dimension size)
           
LOCChartMaker.AllDirectoriesLOCChartMaker(ReportConfig config, int showMaxDirectories)
           
LOCChartMaker.DirectoryLOCChartMaker(ReportConfig config, Directory directory)
           
LOCChartMaker.MainLOCChartMaker(ReportConfig config, java.lang.String fileName, java.awt.Dimension size)
           
LOCChartMaker(ReportConfig config, java.util.List locSeriesList, java.lang.String title, java.lang.String fileName, java.awt.Dimension size, java.util.List annotations)
          Creates a Lines Of Code chart from a list of BasicTimesSeries and saves it as PNG
LOCChartMaker(ReportConfig config, org.jfree.data.time.TimeSeries locSeries, java.lang.String title, java.lang.String fileName, java.awt.Dimension size, java.util.List annotations)
          Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
ModifyAddChartMaker(ReportConfig config, int width)
          Creates a new ModifyAddChartMaker
TimeBarChartMaker.HourBarChartMaker(ReportConfig config, java.util.SortedSet revisions, java.lang.String title, java.lang.String fileName)
          Creates a bar chart showing a distribution of revisions over the hours of the day.
TimeBarChartMaker.WeekdayBarChartMaker(ReportConfig config, java.util.SortedSet revisions, java.lang.String title, java.lang.String fileName)
          Creates a bar chart showing a distribution of revisions over the days of the week.
TimeBarChartMaker(ReportConfig config, java.util.SortedSet revisions, java.lang.String title, java.lang.String fileName, java.lang.String[] barLabels)
          Creates a new BarChartMaker.
TimeLineChartMaker(ReportConfig config, TimeLine timeLine, java.lang.String fileName, java.util.Collection symbolicNames)
          Creates a chart from a time line.
 

Uses of ReportConfig in net.sf.statcvs.output
 

Constructors in net.sf.statcvs.output with parameters of type ReportConfig
ChurnPageMaker(ReportConfig config)
           
LOCChurnChartMaker(ReportConfig config, org.jfree.data.time.TimeSeries churnSeries, org.jfree.data.time.TimeSeries locSeries, java.lang.String title, java.lang.String fileName, java.awt.Dimension size, java.util.List annotations)
          Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
RepoMapPageMaker(ReportConfig config)
           
 

Uses of ReportConfig in net.sf.statcvs.pages
 

Constructors in net.sf.statcvs.pages with parameters of type ReportConfig
AllDevelopersPageMaker(ReportConfig config)
           
CommitListFormatter(ReportConfig config, java.util.List commits, java.util.List tags, boolean withPermalinks)
          Creates a new instance for the list of commits.
CommitListFormatter(ReportConfig config, java.util.List commit, java.util.List tags, int max, boolean withPermalinks)
          Creates a new instance for the list of commits.
DeveloperPageMaker(ReportConfig config, Author developer)
           
DirectoryPageMaker(ReportConfig config, Directory directory)
           
DirectorySizesPageMaker(ReportConfig config)
           
FileSizesPageMaker(ReportConfig config)
           
IndexPageMaker(ReportConfig config, java.lang.String notesHTML, PageGroup reports)
          Creates a new report index page.
LOCPageMaker(ReportConfig config)
           
LogPageGroupMaker(ReportConfig config)
           
LogPageMaker(ReportConfig config, int year, int month, java.util.Collection commits)
          Creates a new LogPageMaker.
Page(ReportConfig config, java.lang.String fileName, java.lang.String shortTitle, java.lang.String fullTitle)
          Creates a new page.
ReportSuiteMaker(ReportConfig config, java.lang.String notesHTML)
           
ReportSuiteMaker(ReportConfig config, java.lang.String notesHTML, java.util.List additionalPages)
           
 

Uses of ReportConfig in net.sf.statcvs.pages.xml
 

Constructors in net.sf.statcvs.pages.xml with parameters of type ReportConfig
AllDevelopersXml(ReportConfig config)
           
DirectoriesXml(ReportConfig config)
           
FilesXml(ReportConfig config)
           
GenerateXml(ReportConfig config)
           
LogXml(ReportConfig config)
           
LogXmlMaker(ReportConfig config, java.util.Collection commits)
          Creates a new LogPageMaker.
RevisedFilesXml(ReportConfig config)
          Creates a new LogPageMaker.
 

Uses of ReportConfig in net.sf.statcvs.reports
 

Constructors in net.sf.statcvs.reports with parameters of type ReportConfig
AbstractLocTableReport(ReportConfig config)
          Constructor
AuthorsForDirectoryTableReport(ReportConfig config, Directory directory)
          Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
DevelopersOfTheMonthTable(ReportConfig config)
          Creates a table report containing all authors, their number of changes and LOC contributions.
DevelopersTableReport(ReportConfig config)
          Creates a table report containing all authors, their number of changes and LOC contributions.
DirectoriesForAuthorTableReport(ReportConfig config, Author author)
          Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
FilesWithMostRevisionsTableReport(ReportConfig config, java.util.SortedSet files, int maxRows)
          Creates a table containing the files with most changes from a file list
FileTypeReport(ReportConfig config)
           
LargestFilesTableReport(ReportConfig config, java.util.SortedSet files, int maxRows)
          Creates a table containing the largest files from a file list
TagReport(ReportConfig config)
           
TopDevelopersTableReport(ReportConfig config)
          Creates a table report containing the top 10 authors and their LOC contributions
 



Copyright © 2008. All Rights Reserved.