Uses of Class
net.sf.jasperreports.crosstabs.fill.calculation.BucketValueOrderDecorator.OrderPosition
-
Packages that use BucketValueOrderDecorator.OrderPosition Package Description net.sf.jasperreports.crosstabs.fill.calculation Contains classes to be used in crosstab calculations at report filling time. -
-
Uses of BucketValueOrderDecorator.OrderPosition in net.sf.jasperreports.crosstabs.fill.calculation
Methods in net.sf.jasperreports.crosstabs.fill.calculation that return BucketValueOrderDecorator.OrderPosition Modifier and Type Method Description BucketValueOrderDecorator.OrderPositionBucketDefinition.Bucket. getOrderPosition()BucketValueOrderDecorator.OrderPositionBucketDefinition.OrderDecoratorBucket. getOrderPosition()BucketValueOrderDecorator.OrderPositionBucketValueOrderDecorator. getOrderPosition()BucketValueOrderDecorator.OrderPositionDefaultBucketValueOrderDecorator. getOrderPosition()static BucketValueOrderDecorator.OrderPositionBucketValueOrderDecorator.OrderPosition. valueOf(java.lang.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.Methods in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketValueOrderDecorator.OrderPosition Modifier and Type Method Description intBucketValueOrderDecorator.OrderPosition. comparePosition(BucketValueOrderDecorator.OrderPosition other)static <T extends java.lang.Comparable<T>>
DefaultBucketValueOrderDecorator<T>DefaultBucketValueOrderDecorator. wrap(T value, BucketValueOrderDecorator.OrderPosition position)Constructors in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketValueOrderDecorator.OrderPosition Constructor Description DefaultBucketValueOrderDecorator(T value, BucketValueOrderDecorator.OrderPosition position)
-