Uses of Interface
net.sf.jasperreports.engine.fill.JRExtendedIncrementerFactory
-
Packages that use JRExtendedIncrementerFactory Package Description net.sf.jasperreports.crosstabs.fill Contains classes to be used at report filling time for the Crosstab report element.net.sf.jasperreports.crosstabs.fill.calculation Contains classes to be used in crosstab calculations at report filling time.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 Modifier and Type Field Description protected JRExtendedIncrementerFactoryJRFillCrosstabMeasure. incrementerFactoryMethods in net.sf.jasperreports.crosstabs.fill that return JRExtendedIncrementerFactory Modifier and Type Method Description JRExtendedIncrementerFactoryJRFillCrosstabMeasure. getIncrementerFactory() -
Uses of JRExtendedIncrementerFactory in net.sf.jasperreports.crosstabs.fill.calculation
Fields in net.sf.jasperreports.crosstabs.fill.calculation declared as JRExtendedIncrementerFactory Modifier and Type Field Description protected JRExtendedIncrementerFactoryMeasureDefinition. incrementerFactoryMethods in net.sf.jasperreports.crosstabs.fill.calculation that return JRExtendedIncrementerFactory Modifier and Type Method Description JRExtendedIncrementerFactoryMeasureDefinition. getIncrementerFactory()Returns the incrementer factory.Constructors in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type JRExtendedIncrementerFactory Constructor Description MeasureDefinition(Class<?> valueClass, CalculationEnum calculation, JRExtendedIncrementerFactory incrementerFactory)Create a measure definition.MeasureDefinition(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 Modifier and Type Class Description classJRAbstractExtendedIncrementerFactoryBase abstract implementation ofJRExtendedIncrementerFactory.classJRBigDecimalIncrementerFactoryclassJRByteIncrementerFactoryclassJRComparableIncrementerFactoryclassJRDefaultIncrementerFactoryclassJRDistinctCountExtendedIncrementerFactoryclassJRDoubleIncrementerFactoryclassJRFloatIncrementerFactoryclassJRIntegerIncrementerFactoryclassJRLongIncrementerFactoryclassJRShortIncrementerFactoryMethods in net.sf.jasperreports.engine.fill that return JRExtendedIncrementerFactory Modifier and Type Method Description static JRExtendedIncrementerFactoryJRDefaultIncrementerFactory. getFactory(Class<?> valueClass)static JRExtendedIncrementerFactoryJRDistinctCountExtendedIncrementerFactory. getFactory(Class<?> valueClass)
-