Package | Description |
---|---|
net.sf.reportengine | |
net.sf.reportengine.components | |
net.sf.reportengine.core.steps | |
net.sf.reportengine.out |
Modifier and Type | Method and Description |
---|---|
AbstractReportOutput |
ReportBuilder.getOutput() |
Constructor and Description |
---|
ReportBuilder(AbstractReportOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
ReportTitle.output(AbstractReportOutput out) |
void |
ReportComponent.output(AbstractReportOutput out)
renders this component
|
void |
EmptyLine.output(AbstractReportOutput out) |
Modifier and Type | Method and Description |
---|---|
AbstractReportOutput |
AbstractOutputInitStep.getNewReportOutput(StepInput stepInput)
getter for the output of the report
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFreemarkerReportOutput
Abstract support for freemarker output.
|
class |
ExcelXmlReportOutput
Excel output for reports.
|
class |
FoReportOutput
FO (Formatting Objects) output for reports.
|
class |
HtmlReportOutput
HTML Output for reports.
|
class |
PdfReportOutput
PDF Report Output.
|
class |
PngReportOutput |
class |
PostProcessedFoReportOutput
This is a two step report output: the first step creates a .fo file, the second step transforms the .fo file with FOP
(see https://xmlgraphics.apache.org/fop/)
|
class |
TiffReportOutput |
Copyright © 2006–2015. All rights reserved.