Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill |
Contains classes to be used at report filling time for the Crosstab report element.
|
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 | Method and Description |
---|---|
Object |
JRPercentageCalculatorFactory.BytePercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.ShortPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.IntegerPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.LongPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.FloatPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.DoublePercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.BigDecimalPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculatorFactory.BigIntegerPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total) |
Object |
JRPercentageCalculator.calculatePercentage(JRCalculable value,
JRCalculable total)
Calculates the percentage of a value out of a total.
|
Modifier and Type | Class and Description |
---|---|
class |
MeasureDefinition.MeasureValue
An accumulated value of a crosstab measure.
|
Modifier and Type | Method and Description |
---|---|
JRCalculable |
MeasureDefinition.MeasureValue.getHelperVariable(byte helperType) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillVariable |
Modifier and Type | Method and Description |
---|---|
JRCalculable |
JRFillVariable.getHelperVariable(byte type)
Returns a helper variable.
|
JRCalculable |
JRCalculable.getHelperVariable(byte helperType)
Returns a helper variable.
|
Modifier and Type | Method and Description |
---|---|
Object |
JRExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
Combines two calculated values into one.
|
Object |
JRAbstractExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
This implementation calls
increment(calculable, calculableValue.getValue(), valueProvider) . |
abstract Object |
AbstractValueProvider.getValue(JRCalculable calculable) |
Object |
JRExtendedIncrementer.increment(JRCalculable calculable,
Object expressionValue,
AbstractValueProvider valueProvider)
Increments a calculable object with a value.
|
Copyright © 2019 TIBCO Software Inc.. All rights reserved.