Uses of Interface
net.sf.jasperreports.engine.fill.JRIncrementer

Packages that use JRIncrementer
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). 
 

Uses of JRIncrementer in net.sf.jasperreports.engine.fill
 

Subinterfaces of JRIncrementer in net.sf.jasperreports.engine.fill
 interface JRExtendedIncrementer
          Extended incrementer interface.
 

Classes in net.sf.jasperreports.engine.fill that implement JRIncrementer
 class JRAbstractExtendedIncrementer
          Base class for extended incrementers.
 

Fields in net.sf.jasperreports.engine.fill declared as JRIncrementer
protected  JRIncrementer JRFillSubreportReturnValue.incrementer
           
 

Methods in net.sf.jasperreports.engine.fill that return JRIncrementer
 JRIncrementer JRFillVariable.getIncrementer()
           
 JRIncrementer JRFillSubreportReturnValue.getIncrementer()
          Gets the incrementer to be used for this copied value.
 JRIncrementer JRIncrementerFactory.getIncrementer(byte calculation)
           
 JRIncrementer JRAbstractExtendedIncrementerFactory.getIncrementer(byte calculation)
          Deprecated. Replaced by JRExtendedIncrementerFactory.getExtendedIncrementer(CalculationEnum).
 JRIncrementer JRDistinctCountIncrementerFactory.getIncrementer(byte calculation)
           
 JRIncrementer JRAbstractExtendedIncrementerFactory.getIncrementer(CalculationEnum calculation)
          This implementation simply calls getExtendedIncrementer.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com