Package | Description |
---|---|
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.crosstabs.fill | |
net.sf.jasperreports.crosstabs.fill.calculation | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
net.sf.jasperreports.engine.type |
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRCrosstabMeasure.getCalculationValue()
Returns the calculation type which will be performed on the measure values.
|
Modifier and Type | Field and Description |
---|---|
protected CalculationEnum |
JRBaseCrosstabMeasure.calculationValue |
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRBaseCrosstabMeasure.getCalculationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstabMeasure.setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRFillCrosstabMeasure.getCalculationValue() |
Modifier and Type | Field and Description |
---|---|
protected CalculationEnum |
MeasureDefinition.calculation |
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
MeasureDefinition.getCalculation()
Returns the calculation type.
|
Modifier and Type | Method and Description |
---|---|
static MeasureDefinition |
MeasureDefinition.createHelperMeasure(MeasureDefinition measure,
CalculationEnum helperCalculation)
Creates a helper measure for a specific calculation.
|
Constructor and Description |
---|
MeasureDefinition(java.lang.Class valueClass,
CalculationEnum calculation,
JRExtendedIncrementerFactory incrementerFactory)
Create a measure definition.
|
MeasureDefinition(java.lang.Class valueClass,
CalculationEnum calculation,
JRExtendedIncrementerFactory incrementerFactory,
boolean isSystemDefined) |
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRVariable.getCalculationValue()
Gets the variable calculation type.
|
CalculationEnum |
JRSubreportReturnValue.getCalculationValue()
Returns the calculation type.
|
Modifier and Type | Field and Description |
---|---|
protected CalculationEnum |
JRBaseSubreportReturnValue.calculationValue
The calculation type.
|
protected CalculationEnum |
JRBaseVariable.calculationValue |
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRBaseSubreportReturnValue.getCalculationValue()
Returns the calculation type.
|
CalculationEnum |
JRBaseVariable.getCalculationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignVariable.setCalculation(CalculationEnum calculationValue) |
void |
JRDesignSubreportReturnValue.setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
JRFillSubreportReturnValue.getCalculationValue() |
CalculationEnum |
JRFillVariable.getCalculationValue() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRFillDataset.addVariableCalculationReq(java.lang.String variableName,
CalculationEnum calculation)
Adds a variable calculation requirement.
|
protected void |
JRBaseFiller.addVariableCalculationReq(java.lang.String variableName,
CalculationEnum calculation)
Adds a variable calculation request.
|
protected JRSubreportReturnValue |
JRFillSubreport.createHelperReturnValue(JRSubreportReturnValue returnValue,
java.lang.String nameSuffix,
CalculationEnum calculation) |
JRExtendedIncrementer |
JRShortIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRFloatIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRDoubleIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRComparableIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRLongIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRByteIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRIntegerIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRBigDecimalIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
JRExtendedIncrementer |
JRDefaultIncrementerFactory.getExtendedIncrementer(CalculationEnum calculation) |
Modifier and Type | Method and Description |
---|---|
static CalculationEnum |
CalculationEnum.getByName(java.lang.String name) |
static CalculationEnum |
CalculationEnum.getByValue(byte value) |
static CalculationEnum |
CalculationEnum.getByValue(java.lang.Byte value) |
static CalculationEnum |
CalculationEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalculationEnum[] |
CalculationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com