Uses of Class
cdx.scorebot.app.reporter.TeamReportingInfo

Packages that use TeamReportingInfo
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
 

Uses of TeamReportingInfo in cdx.scorebot.app.reporter
 

Fields in cdx.scorebot.app.reporter declared as TeamReportingInfo
 TeamReportingInfo TeamScoringInfo.basicInfo
          basic information about the team this is for
 

Method parameters in cdx.scorebot.app.reporter with type arguments of type TeamReportingInfo
static void ScoringStats.generateCompleteStats(java.lang.String compName, int minPts, int initPts, int maxPts, java.util.Vector<TeamReportingInfo> teamsToScoreInfo, java.lang.String outputPath, java.lang.String templatePath, java.lang.String reportComments, java.lang.String desc, boolean useAllInfo, boolean makeFull)
          Generates statistics based on the specified input and output paths
static void ScoringStats.generateCompleteStats(java.lang.String compName, int minPts, int initPts, int maxPts, java.util.Vector<TeamReportingInfo> teamsToScoreInfo, java.lang.String outputPath, java.lang.String templatePath, java.lang.String reportComments, java.lang.String desc, boolean useAllInfo, boolean makeFull, javax.swing.JProgressBar progressBar)
          Generates statistics based on the specified input and output paths
 

Constructors in cdx.scorebot.app.reporter with parameters of type TeamReportingInfo
TeamScoringInfo(TeamReportingInfo teamInfo, int initPts, boolean hideUnreportedInfo)
          Initializes a TeamScoringInfo to hold scoring statistics regarding the specified team