Uses of Class
ca.spatial.reportwriter.GeneralReport
Packages that use GeneralReport
-
Uses of GeneralReport in ca.spatial.reportwriter
Subclasses of GeneralReport in ca.spatial.reportwriterModifier and TypeClassDescriptionclass
The CategoryCategoryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The CategoryExpressionReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The CategoryPatternReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
The PeriodCategoryReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.class
This class produces a report that shows periods along the rows and specified values along the columns,class
class
The StandardReport class creates reports that summarize groups of records found in the specifiedsourceDataTable
.Methods in ca.spatial.reportwriter that return GeneralReportModifier and TypeMethodDescriptionGeneralReport.setAnnualize(boolean annualize)
Set the value of the annualize flag, which determines if the reports should display annualized values (true) or periodic values (false).GeneralReport.setDoColumnTotals(boolean mode)
Specify that the report table should show column totals.GeneralReport.setDoRowTotals(boolean mode)
Specify that the report table should show row totals.GeneralReport.setDoSubTotals(boolean mode)
Specify that the report table should show sub-totals between categories.GeneralReport.setHTMLText(String text)
Set the HTML text data that is used in this report.GeneralReport.setMaxFractionDigits(Integer dec)
GeneralReport.setNoChart(boolean mode)
Specify that the report table should not show a chart.GeneralReport.setNoTable(boolean mode)
Specify that the report table should not show a table.GeneralReport.setPercent(boolean percent)
Set a flag to indicate if the data is to be summarized as row percents.GeneralReport.setPeriods(int[] periods)
Set the list of periods that will be summarized in this report.GeneralReport.setReselectExpression(String reselectExpression)
Set the reselect expression that is used to filter records from the data table.Methods in ca.spatial.reportwriter with parameters of type GeneralReportModifier and TypeMethodDescriptionstatic WizardPane
ReportConfigurator.getGeneralReportSteps(Wizard wiz, ReportWriter rw, GeneralReport rpt, boolean getStore)
static void
ReportConfigurator.updateGeneralOptions(GeneralReport gr, Wizard wiz)