Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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 |
Contains
enum types used by the library's main classes. |
Modifier and Type | Method and Description |
---|---|
IncrementTypeEnum |
JRElementDataset.getIncrementTypeValue()
Returns the increment type.
|
IncrementTypeEnum |
JRVariable.getIncrementTypeValue()
Gets the variable increment type.
|
Modifier and Type | Field and Description |
---|---|
protected IncrementTypeEnum |
JRBaseElementDataset.incrementTypeValue |
protected IncrementTypeEnum |
JRBaseVariable.incrementTypeValue |
Modifier and Type | Method and Description |
---|---|
IncrementTypeEnum |
JRBaseElementDataset.getIncrementTypeValue() |
IncrementTypeEnum |
JRBaseVariable.getIncrementTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignVariable.setIncrementType(IncrementTypeEnum incrementTypeValue) |
void |
JRDesignElementDataset.setIncrementType(IncrementTypeEnum incrementTypeValue) |
Modifier and Type | Method and Description |
---|---|
IncrementTypeEnum |
JRFillVariable.getIncrementTypeValue() |
IncrementTypeEnum |
JRFillElementDataset.getIncrementTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRCalculator.initializeVariables(ResetTypeEnum resetType,
IncrementTypeEnum incrementType) |
Modifier and Type | Method and Description |
---|---|
static IncrementTypeEnum |
IncrementTypeEnum.getByName(java.lang.String name) |
static IncrementTypeEnum |
IncrementTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static IncrementTypeEnum |
IncrementTypeEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static IncrementTypeEnum |
IncrementTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncrementTypeEnum[] |
IncrementTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com