See: Description
| Interface | Description |
|---|---|
| TableColumnConverter<R> |
Converter to convert the value of a table cell (a string) into
a different type (e.g.
|
| Class | Description |
|---|---|
| DataSourceProcessor |
A processor that will process a
DataSourceAttribute.DataSourceAttributeValue and construct
a single Jasper DataSource from the input values in the DataSourceAttribute.DataSourceAttributeValue
input object. |
| DataSourceProcessor.Input |
Contains the datasource input.
|
| DataSourceProcessor.Output |
Contains the datasource output.
|
| HttpImageResolver |
Interprets text in a table cell as an image URL.
|
| ImagesSubReport |
Creates a Jasper containing overlaid images, which is supposed to
be embedded into an another report as sub-report.
|
| JasperReportBuilder |
A processor that actually compiles a JasperReport template file.
|
| JasperReportBuilder.Input |
The input parameter object for
JasperReportBuilder. |
| LegendProcessor |
Create a legend.
|
| LegendProcessor.Input |
The Input Parameter object for
LegendProcessor. |
| LegendProcessor.Output |
The Output object of the legend processor method.
|
| MergeDataSourceProcessor |
This processor combines DataSources and individual processor outputs (or attribute values) into a single DataSource which
can be used in a jasper report's detail section.
|
| MergeDataSourceProcessor.In |
The input object for
MergeDataSourceProcessor. |
| MergeDataSourceProcessor.Out |
The output object for
MergeDataSourceProcessor. |
| MergeDataSourceProcessor.Source |
Describes the objects used as sources for a merged data source
(see !mergeDataSources processor).
|
| TableDataSource |
Processor that has data for a table in a jasper report.
|
| TableProcessor |
A processor for generating a table.
|
| TableProcessor.Input |
Input object for execute.
|
| TableProcessor.Output |
The Output of the processor.
|
| Enum | Description |
|---|---|
| MergeDataSourceProcessor.SourceType |
An enumeration of the different types of source objects.
|