| Package | Description |
|---|---|
| net.sf.jasperreports.components.barcode4j | |
| net.sf.jasperreports.components.map.fill | |
| net.sf.jasperreports.components.table.fill | |
| net.sf.jasperreports.engine.component | |
| net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
| Constructor and Description |
|---|
BarcodeEvaluator(FillContext fillContext,
byte evaluationType) |
| Constructor and Description |
|---|
FillMarkerDataset(FillContext fillContext,
MarkerDataset markerDataset,
JRFillObjectFactory factory) |
| Constructor and Description |
|---|
FillTableSubreport(FillContext fillContext,
JRSubreport subreport,
JRFillObjectFactory factory,
JasperReport tableReport,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
TableReport(FillContext fillContext,
TableComponent table,
TableReportDataset mainDataset,
List<FillColumn> fillColumns,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
TableSubreport(JRDatasetRun datasetRun,
FillContext fillContext) |
| Modifier and Type | Field and Description |
|---|---|
protected FillContext |
BaseFillComponent.fillContext
The fill context, as set by
BaseFillComponent.initialize(FillContext). |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFillComponent.initialize(FillContext fillContext) |
void |
FillComponent.initialize(FillContext fillContext)
Initializes the fill component with the fill context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
Copyright © 2012. All Rights Reserved.