public static class JRPercentageCalculatorFactory.LongPercentageCalculator extends Object implements JRPercentageCalculator
Long values.| Constructor and Description |
|---|
LongPercentageCalculator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
calculatePercentage(JRCalculable value,
JRCalculable total)
Calculates the percentage of a value out of a total.
|
public Object calculatePercentage(JRCalculable value, JRCalculable total)
JRPercentageCalculatorcalculatePercentage in interface JRPercentageCalculatorvalue - the valuetotal - the totalCopyright © 2017. All rights reserved.