| Package | Description |
|---|---|
| net.sf.jasperreports.components.charts | |
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
JRBaseFiller |
AbstractChartCustomizer.getFiller() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChartCustomizer.init(JRBaseFiller chartFiller,
JRFillElementDataset dataset)
Initializes the chart customizer.
|
void |
AbstractChartCustomizer.setFiller(JRBaseFiller filler) |
| Modifier and Type | Method and Description |
|---|---|
void |
JRAbstractChartCustomizer.init(JRBaseFiller chartFiller,
JRFillChart chart)
Initializes the chart customizer.
|
| Modifier and Type | Method and Description |
|---|---|
JRBaseFiller |
FillContext.getFiller()
Returns the filler object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRHorizontalFiller |
class |
JRVerticalFiller |
| Modifier and Type | Field and Description |
|---|---|
protected JRBaseFiller |
JRFillElementContainer.filler |
protected JRBaseFiller |
JRFillObjectFactory.filler |
protected JRBaseFiller |
JRFillElement.filler |
protected JRBaseFiller |
BaseFillHandle.filler |
protected JRBaseFiller |
JRFillSubreportReturnValue.filler |
protected JRBaseFiller |
JRFillSection.filler |
protected JRBaseFiller |
JRFillDatasetRun.filler |
protected JRBaseFiller |
JRBaseFiller.parentFiller |
protected JRBaseFiller |
JRFillSubreport.subreportFiller |
protected JRBaseFiller |
AbstractThreadSubreportRunner.subreportFiller |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,JRBaseFiller> |
JRBaseFiller.subfillers
Collection of subfillers
|
| Modifier and Type | Method and Description |
|---|---|
static JRBaseFiller |
JRFiller.createFiller(JasperReport jasperReport)
Deprecated.
|
static JRBaseFiller |
JRFiller.createFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
JRBaseFiller |
JRFillObjectFactory.getFiller()
Returns the current report filler.
|
JRBaseFiller |
JRFillElement.getFiller() |
JRBaseFiller |
JRFillComponentElement.getFiller() |
JRBaseFiller |
JRFillCrosstab.getFiller() |
JRBaseFiller |
JRBaseFiller.getMasterFiller()
Returns the top-level (master) filler object.
|
JRBaseFiller |
JRFillContext.getMasterFiller() |
| Modifier and Type | Method and Description |
|---|---|
protected JRFillSubreportReturnValue |
FillReturnValues.addDerivedReturnValue(JRSubreportReturnValue parentReturnValue,
List<JRFillSubreportReturnValue> returnValueList,
JRFillObjectFactory factory,
JRBaseFiller filler) |
protected JRFillSubreportReturnValue |
FillReturnValues.addReturnValue(JRFillSubreportReturnValue returnValue,
List<JRFillSubreportReturnValue> returnValueList,
JRFillObjectFactory factory,
JRBaseFiller filler) |
JRSubreportRunner |
ThreadPoolSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller) |
JRSubreportRunner |
JRContinuationSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller) |
JRSubreportRunner |
JRThreadSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller) |
JRSubreportRunner |
JRSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
Creates a new
JRSubreportRunner instance. |
static Map<String,Object> |
JRFillSubreport.getParameterValues(JRBaseFiller filler,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static Map<String,Object> |
JRFillSubreport.getParameterValues(JRBaseFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static SortedDataSource |
DatasetSortUtil.getSortedDataSource(JRBaseFiller filler,
JRFillDataset dataset,
Locale locale) |
protected static JRTemplate |
JRFillReportTemplate.loadTemplate(Object source,
JRBaseFiller filler) |
protected void |
JRBaseFiller.registerSubfiller(JRBaseFiller subfiller) |
protected void |
JRBaseFiller.unregisterSubfiller(JRBaseFiller subfiller) |
Copyright © 2014. All rights reserved.