Package org.openswing.swing.pivottable.functions.java

Class Summary
AverageFunction Title: OpenSwing Framework Description: Function applied to a data field of a pivot table: it reports the average of all values that match the row/column fields criteria.
GenericFunction Title: OpenSwing Framework Description: Generic function applied to a data field of a pivot table: it reports the number of data that matches the row/column fields criteria.
MaxFunction Title: OpenSwing Framework Description: Function applied to a data field of a pivot table: it reports the max value in the collection of values that matches the row/column fields criteria.
MinFunction Title: OpenSwing Framework Description: Function applied to a data field of a pivot table: it reports the min value in the collection of values that matches the row/column fields criteria.
SumFunction Title: OpenSwing Framework Description: Function applied to a data field of a pivot table: it reports the summary of all values that match the row/column fields criteria.