|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRAbstractExtendedIncrementer
public abstract class JRAbstractExtendedIncrementer
Base class for extended incrementers.
Constructor Summary | |
---|---|
JRAbstractExtendedIncrementer()
|
Method Summary | |
---|---|
java.lang.Object |
combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
This implementation calls increment(calculable, calculableValue.getValue(), valueProvider) . |
java.lang.Object |
increment(JRFillVariable variable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.fill.JRExtendedIncrementer |
---|
increment, initialValue |
Constructor Detail |
---|
public JRAbstractExtendedIncrementer()
Method Detail |
---|
public java.lang.Object increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider) throws JRException
increment(JRCalculable, Object, AbstractValueProvider)
.
increment
in interface JRIncrementer
JRException
public java.lang.Object combine(JRCalculable calculable, JRCalculable calculableValue, AbstractValueProvider valueProvider) throws JRException
increment(calculable, calculableValue.getValue(), valueProvider)
.
combine
in interface JRExtendedIncrementer
calculable
- the first calculated valuecalculableValue
- the second calculated valuevalueProvider
- the value provider used for the helper variables
JRException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |