Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill.calculation | |
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 | Field and Description |
---|---|
protected BucketDefinition.Bucket |
BucketDefinition.VALUE_NULL
The null bucket.
|
protected BucketDefinition.Bucket |
BucketDefinition.VALUE_TOTAL
The total value for this bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketDefinition.Bucket |
BucketDefinition.create(java.lang.Object value)
Creates a
BucketValue object for a given value. |
BucketDefinition.Bucket[] |
HeaderCell.getBucketValues()
Returns the bucket values for this cell.
|
protected BucketDefinition.Bucket[] |
BucketingService.getBucketValues(java.lang.Object[] bucketValues) |
BucketDefinition.Bucket[] |
CrosstabCell.getColumnBucketValues()
Returns the column bucket values corresponding to this cell.
|
BucketDefinition.Bucket[] |
CrosstabCell.getRowBucketValues()
Returns the row bucket values corresponding to this cell.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
BucketingService.evaluateOrderValue(BucketingService.BucketMap bucketMap,
BucketDefinition.Bucket bucket) |
MeasureDefinition.MeasureValue[] |
BucketingService.getMeasureValues(BucketDefinition.Bucket[] bucketValues)
Returns the measure values for a set of bucket values.
|
Constructor and Description |
---|
CrosstabCell(BucketDefinition.Bucket[] rowBucketValues,
BucketDefinition.Bucket[] columnBucketValues,
MeasureDefinition.MeasureValue[] mesureValues,
MeasureDefinition.MeasureValue[][][] totals)
Create a crosstab cell.
|
CrosstabCell(BucketDefinition.Bucket[] rowBucketValues,
BucketDefinition.Bucket[] columnBucketValues,
MeasureDefinition.MeasureValue[] mesureValues,
MeasureDefinition.MeasureValue[][][] totals)
Create a crosstab cell.
|
HeaderCell(BucketDefinition.Bucket[] bucketValues,
int levelSpan,
int depthSpan)
Creates a crosstab header cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRFillCrosstab.CrosstabFiller.setGroupVariables(JRFillCrosstabGroup[] groups,
BucketDefinition.Bucket[] bucketValues) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com