| Package | Description |
|---|---|
| net.sf.jasperreports.components.table.fill | |
| 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.analytics.dataset | |
| 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 |
SubreportReturnValueAdapter.getCalculationValue() |
| 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(Class<?> valueClass,
CalculationEnum calculation,
JRExtendedIncrementerFactory incrementerFactory)
Create a measure definition.
|
MeasureDefinition(Class<?> valueClass,
CalculationEnum calculation,
JRExtendedIncrementerFactory incrementerFactory,
boolean isSystemDefined) |
| Modifier and Type | Method and Description |
|---|---|
CalculationEnum |
ReturnValue.getCalculation()
Returns the calculation type.
|
CalculationEnum |
JRVariable.getCalculationValue()
Gets the variable calculation type.
|
CalculationEnum |
JRSubreportReturnValue.getCalculationValue()
Returns the calculation type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CalculationEnum |
BaseDataMeasure.calculation |
| Modifier and Type | Method and Description |
|---|---|
CalculationEnum |
BaseDataMeasure.getCalculation() |
CalculationEnum |
DataMeasure.getCalculation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignDataMeasure.setCalculation(CalculationEnum calculation) |
| Modifier and Type | Field and Description |
|---|---|
protected CalculationEnum |
BaseReturnValue.calculation
The calculation type.
|
protected CalculationEnum |
JRBaseSubreportReturnValue.calculationValue
The calculation type.
|
protected CalculationEnum |
JRBaseVariable.calculationValue |
| Modifier and Type | Method and Description |
|---|---|
CalculationEnum |
BaseReturnValue.getCalculation()
Returns the calculation type.
|
CalculationEnum |
JRBaseSubreportReturnValue.getCalculationValue()
Returns the calculation type.
|
CalculationEnum |
JRBaseVariable.getCalculationValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignSubreportReturnValue.setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
void |
JRDesignVariable.setCalculation(CalculationEnum calculationValue) |
void |
DesignReturnValue.setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CalculationEnum |
JRFillSubreportReturnValue.calculation |
| Modifier and Type | Method and Description |
|---|---|
CalculationEnum |
JRFillVariable.getCalculationValue() |
CalculationEnum |
JRFillSubreportReturnValue.getCalculationValue() |
| Modifier and Type | Method and Description |
|---|---|
static CalculationEnum |
CalculationEnum.getByName(String name) |
static CalculationEnum |
CalculationEnum.getByValue(byte value) |
static CalculationEnum |
CalculationEnum.getByValue(Byte value) |
static CalculationEnum |
CalculationEnum.valueOf(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.
|
Copyright © 2014. All rights reserved.