Package | Description |
---|---|
net.sf.jasperreports.components.charts | |
net.sf.jasperreports.components.table.fill | |
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) |
Constructor and Description |
---|
FillTableSubreport(JRBaseFiller filler,
JRSubreport subreport,
JRFillObjectFactory factory,
JasperReport tableReport,
java.util.Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
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 |
JRFillObjectFactory.filler |
protected JRBaseFiller |
JRFillDatasetRun.filler |
protected JRBaseFiller |
JRFillSubreportReturnValue.filler |
protected JRBaseFiller |
AsynchronousFillHandle.filler |
protected JRBaseFiller |
JRFillElementContainer.filler |
protected JRBaseFiller |
JRFillElement.filler |
protected JRBaseFiller |
JRFillSection.filler |
protected JRBaseFiller |
JRBaseFiller.parentFiller |
protected JRBaseFiller |
JRFillSubreport.subreportFiller |
Modifier and Type | Method and Description |
---|---|
static JRBaseFiller |
JRFiller.createFiller(JasperReport jasperReport) |
JRBaseFiller |
JRFillObjectFactory.getFiller()
Returns the current report filler.
|
JRBaseFiller |
JRFillComponentElement.getFiller() |
JRBaseFiller |
JRBaseFiller.getMasterFiller()
Returns the top-level (master) filler object.
|
Modifier and Type | Method and Description |
---|---|
JRSubreportRunner |
JRSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
Creates a new
JRSubreportRunner instance. |
JRSubreportRunner |
JRThreadSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller) |
JRSubreportRunner |
JRContinuationSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller) |
static java.util.Map |
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 java.util.Map |
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 JRDataSource |
DatasetSortUtil.getSortedDataSource(JRBaseFiller filler,
JRFillDataset dataset,
java.util.Locale locale) |
protected void |
JRBaseFiller.registerSubfiller(JRBaseFiller subfiller) |
protected void |
JRBaseFiller.unregisterSubfiller(JRBaseFiller subfiller) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com