Package | Description |
---|---|
net.sf.reportengine.config | |
net.sf.reportengine.core | |
net.sf.reportengine.core.calc | |
net.sf.reportengine.in | |
net.sf.reportengine.util |
Class and Description |
---|
GroupCalculator
Interface for Group Calculators
|
Class and Description |
---|
CalcIntermResult
The intermediate result for group calculators.
|
Class and Description |
---|
AbstractGroupCalculator
This is just a holder for the label of group calculators.
|
AvgCalcIntermResult |
AvgGroupCalculator
Universal average calculator.
|
CalcIntermResult
The intermediate result for group calculators.
|
CountGroupCalculator
Universal count calculator.
|
DefaultCalcIntermResult
This is an immutable wrapper around the value stored as the intermediate result of the group computations.
|
FirstCalcIntermResult |
FirstGroupCalculator
This calculator will return the first value passed after calling init.
|
GroupCalculator
Interface for Group Calculators
|
LastGroupCalculator
This group calculator always stores the last value passed to the
LastGroupCalculator.compute(DefaultCalcIntermResult, Object) method |
MaxGroupCalculator
This is an universal max group calculator.
|
MinGroupCalculator
This is an universal min group calculator.
|
SumGroupCalculator
computes the sum of the values passed through the compute method.
|
Class and Description |
---|
GroupCalculator
Interface for Group Calculators
|
Class and Description |
---|
CalcIntermResult
The intermediate result for group calculators.
|
Copyright © 2006–2015. All rights reserved.