Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
Modifier and Type | Method and Description |
---|---|
BucketValueOrderDecorator.OrderPosition |
BucketDefinition.Bucket.getOrderPosition() |
BucketValueOrderDecorator.OrderPosition |
BucketDefinition.OrderDecoratorBucket.getOrderPosition() |
BucketValueOrderDecorator.OrderPosition |
DefaultBucketValueOrderDecorator.getOrderPosition() |
BucketValueOrderDecorator.OrderPosition |
BucketValueOrderDecorator.getOrderPosition() |
static BucketValueOrderDecorator.OrderPosition |
BucketValueOrderDecorator.OrderPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketValueOrderDecorator.OrderPosition[] |
BucketValueOrderDecorator.OrderPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
BucketValueOrderDecorator.OrderPosition.comparePosition(BucketValueOrderDecorator.OrderPosition other) |
static <T extends Comparable<T>> |
DefaultBucketValueOrderDecorator.wrap(T value,
BucketValueOrderDecorator.OrderPosition position) |
Constructor and Description |
---|
DefaultBucketValueOrderDecorator(T value,
BucketValueOrderDecorator.OrderPosition position) |
Copyright © 2016. All rights reserved.