Package | Description |
---|---|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
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.crosstabs.type |
Contains
enum types used by the Crosstab element. |
net.sf.jasperreports.engine.analytics.dataset |
Modifier and Type | Method and Description |
---|---|
CrosstabTotalPositionEnum |
JRCrosstabGroup.getTotalPositionValue()
Returns the position of the total row/column for this group.
|
Modifier and Type | Field and Description |
---|---|
protected CrosstabTotalPositionEnum |
JRBaseCrosstabGroup.totalPositionValue |
Modifier and Type | Method and Description |
---|---|
CrosstabTotalPositionEnum |
JRBaseCrosstabGroup.getTotalPositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstabGroup.setTotalPosition(CrosstabTotalPositionEnum totalPositionValue)
Sets the position of the total row/column.
|
Modifier and Type | Method and Description |
---|---|
CrosstabTotalPositionEnum |
JRFillCrosstabGroup.getTotalPositionValue() |
Modifier and Type | Method and Description |
---|---|
CrosstabTotalPositionEnum |
BucketDefinition.getTotalPosition()
Returns the total bucket position.
|
Constructor and Description |
---|
BucketDefinition(Class<?> valueClass,
BucketOrderer orderer,
Comparator<Object> comparator,
BucketOrder order,
CrosstabTotalPositionEnum totalPosition)
Creates a bucket.
|
Modifier and Type | Method and Description |
---|---|
static CrosstabTotalPositionEnum |
CrosstabTotalPositionEnum.getByName(String name) |
static CrosstabTotalPositionEnum |
CrosstabTotalPositionEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabTotalPositionEnum |
CrosstabTotalPositionEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabTotalPositionEnum |
CrosstabTotalPositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabTotalPositionEnum[] |
CrosstabTotalPositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PropertiesWrapperBucketDefintion(Comparator<Object> comparator,
BucketOrder order,
CrosstabTotalPositionEnum totalPosition) |
Copyright © 2017. All rights reserved.