| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BucketExpressionOrderer |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderByColumnOrderer |
| Modifier and Type | Field and Description |
|---|---|
protected BucketOrderer |
BucketDefinition.orderer |
| Modifier and Type | Method and Description |
|---|---|
BucketOrderer |
BucketDefinition.getOrderer() |
| Constructor and Description |
|---|
BucketDefinition(Class<?> valueClass,
BucketOrderer orderer,
Comparator<Object> comparator,
BucketOrder order,
CrosstabTotalPositionEnum totalPosition)
Creates a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
protected BucketOrderer |
JRFillCrosstab.createOrderer(JRCrosstabGroup group,
int groupIndex,
Comparator<Object> bucketComparator) |
Copyright © 2017. All rights reserved.