|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BucketDefinition.Bucket | |
|---|---|
| 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). |
| Uses of BucketDefinition.Bucket in net.sf.jasperreports.crosstabs.fill.calculation |
|---|
| Fields in net.sf.jasperreports.crosstabs.fill.calculation declared as BucketDefinition.Bucket | |
|---|---|
protected BucketDefinition.Bucket |
BucketDefinition.VALUE_NULL
The null bucket. |
protected BucketDefinition.Bucket |
BucketDefinition.VALUE_TOTAL
The total value for this bucket. |
| Methods in net.sf.jasperreports.crosstabs.fill.calculation that return BucketDefinition.Bucket | |
|---|---|
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. |
| Methods in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketDefinition.Bucket | |
|---|---|
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. |
| Constructors in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketDefinition.Bucket | |
|---|---|
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. |
|
| Uses of BucketDefinition.Bucket in net.sf.jasperreports.engine.fill |
|---|
| Methods in net.sf.jasperreports.engine.fill with parameters of type BucketDefinition.Bucket | |
|---|---|
protected void |
JRFillCrosstab.CrosstabFiller.setGroupVariables(JRFillCrosstabGroup[] groups,
BucketDefinition.Bucket[] bucketValues)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||