| Package | Description |
|---|---|
| net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
| 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 | Field and Description |
|---|---|
protected static AbstractValueProvider |
MeasureDefinition.VALUE_PROVIDER
Measure value provider.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractValueProvider |
AbstractValueProvider.getCurrentValueProvider() |
static AbstractValueProvider |
AbstractValueProvider.getEstimatedValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JRAbstractExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
This implementation calls
increment(calculable, calculableValue.getValue(), valueProvider). |
Object |
JRExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
Combines two calculated values into one.
|
Object |
JRExtendedIncrementer.increment(JRCalculable calculable,
Object expressionValue,
AbstractValueProvider valueProvider)
Increments a calculable object with a value.
|
Object |
JRAbstractExtendedIncrementer.increment(JRFillVariable variable,
Object expressionValue,
AbstractValueProvider valueProvider)
This implementation simply calls
increment(JRCalculable, Object, AbstractValueProvider). |
Object |
JRIncrementer.increment(JRFillVariable variable,
Object expressionValue,
AbstractValueProvider valueProvider) |
Copyright © 2017. All rights reserved.