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

Packages that use JRExtendedIncrementerFactory
net.sf.jasperreports.crosstabs.fill   
net.sf.jasperreports.crosstabs.fill.calculation   
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 JRExtendedIncrementerFactory in net.sf.jasperreports.crosstabs.fill
 

Fields in net.sf.jasperreports.crosstabs.fill declared as JRExtendedIncrementerFactory
protected  JRExtendedIncrementerFactory JRFillCrosstabMeasure.incrementerFactory
           
 

Methods in net.sf.jasperreports.crosstabs.fill that return JRExtendedIncrementerFactory
 JRExtendedIncrementerFactory JRFillCrosstabMeasure.getIncrementerFactory()
           
 

Uses of JRExtendedIncrementerFactory in net.sf.jasperreports.crosstabs.fill.calculation
 

Fields in net.sf.jasperreports.crosstabs.fill.calculation declared as JRExtendedIncrementerFactory
protected  JRExtendedIncrementerFactory MeasureDefinition.incrementerFactory
           
 

Methods in net.sf.jasperreports.crosstabs.fill.calculation that return JRExtendedIncrementerFactory
 JRExtendedIncrementerFactory MeasureDefinition.getIncrementerFactory()
          Returns the incrementer factory.
 

Constructors in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type JRExtendedIncrementerFactory
MeasureDefinition(java.lang.Class<?> valueClass, CalculationEnum calculation, JRExtendedIncrementerFactory incrementerFactory)
          Create a measure definition.
MeasureDefinition(java.lang.Class<?> valueClass, CalculationEnum calculation, JRExtendedIncrementerFactory incrementerFactory, boolean isSystemDefined)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRExtendedIncrementerFactory
 class JRAbstractExtendedIncrementerFactory
          Base abstract implementation of JRExtendedIncrementerFactory.
 class JRBigDecimalIncrementerFactory
           
 class JRByteIncrementerFactory
           
 class JRComparableIncrementerFactory
           
 class JRDefaultIncrementerFactory
           
 class JRDistinctCountExtendedIncrementerFactory
           
 class JRDoubleIncrementerFactory
           
 class JRFloatIncrementerFactory
           
 class JRIntegerIncrementerFactory
           
 class JRLongIncrementerFactory
           
 class JRShortIncrementerFactory
           
 

Methods in net.sf.jasperreports.engine.fill that return JRExtendedIncrementerFactory
static JRExtendedIncrementerFactory JRDistinctCountExtendedIncrementerFactory.getFactory(java.lang.Class<?> valueClass)
           
static JRExtendedIncrementerFactory JRDefaultIncrementerFactory.getFactory(java.lang.Class<?> valueClass)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com