first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
import net.sf.jasperreports.engine.JRException;
|
||||
|
||||
public interface JRExtendedIncrementer extends JRIncrementer {
|
||||
Object increment(JRCalculable paramJRCalculable, Object paramObject, AbstractValueProvider paramAbstractValueProvider) throws JRException;
|
||||
|
||||
Object initialValue();
|
||||
|
||||
Object combine(JRCalculable paramJRCalculable1, JRCalculable paramJRCalculable2, AbstractValueProvider paramAbstractValueProvider) throws JRException;
|
||||
}
|
Reference in New Issue
Block a user