public class CrosstabCell extends Object
Constructor and Description |
---|
CrosstabCell(BucketDefinition.Bucket[] rowBucketValues,
BucketDefinition.Bucket[] columnBucketValues,
MeasureDefinition.MeasureValue[] mesureValues,
MeasureDefinition.MeasureValue[][][] totals)
Create a crosstab cell.
|
Modifier and Type | Method and Description |
---|---|
BucketDefinition.Bucket[] |
getColumnBucketValues()
Returns the column bucket values corresponding to this cell.
|
int |
getColumnTotalGroupIndex()
Returns the index of the column total bucket this cell corresponds to.
|
MeasureDefinition.MeasureValue[] |
getMesureValues()
Returns the measure values for this cell.
|
BucketDefinition.Bucket[] |
getRowBucketValues()
Returns the row bucket values corresponding to this cell.
|
int |
getRowTotalGroupIndex()
Returns the index of the row total bucket this cell corresponds to.
|
MeasureDefinition.MeasureValue[][][] |
getTotals()
Returns measure totals corresponding to the cell.
|
public CrosstabCell(BucketDefinition.Bucket[] rowBucketValues, BucketDefinition.Bucket[] columnBucketValues, MeasureDefinition.MeasureValue[] mesureValues, MeasureDefinition.MeasureValue[][][] totals)
rowBucketValues
- the row bucket values corresponding to the cellcolumnBucketValues
- the column bucket values corresponding to the cellmesureValues
- the measure valuestotals
- totals corresponding to the cellpublic MeasureDefinition.MeasureValue[] getMesureValues()
public BucketDefinition.Bucket[] getColumnBucketValues()
public BucketDefinition.Bucket[] getRowBucketValues()
public int getColumnTotalGroupIndex()
If this cell corresponds to a column total bucket, this method returns the index of the bucket. Otherwise it returns the number of column buckets.
public int getRowTotalGroupIndex()
If this cell corresponds to a row total bucket, this method returns the index of the bucket. Otherwise it returns the number of row buckets.
public MeasureDefinition.MeasureValue[][][] getTotals()
Copyright © 2021 TIBCO Software Inc.. All rights reserved.