| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.data.DataUtilities
public abstract class DataUtilities
Utility methods for use with some of the data classes (but not the datasets, 
 see DatasetUtilities).
| Constructor Summary | |
|---|---|
| DataUtilities() | |
| Method Summary | |
|---|---|
| static double | calculateColumnTotal(Values2D data,
                                         int column)Returns the total of the values in one column of the supplied data table. | 
| static double | calculateRowTotal(Values2D data,
                                   int row)Returns the total of the values in one row of the supplied data table. | 
| static java.lang.Number[] | createNumberArray(double[] data)Constructs an array of Numberobjects from an array ofdoubleprimitives. | 
| static java.lang.Number[][] | createNumberArray2D(double[][] data)Constructs an array of arrays of Numberobjects from a 
 corresponding structure containingdoubleprimitives. | 
| static KeyedValues | getCumulativePercentages(KeyedValues data)Returns a KeyedValuesinstance that contains the cumulative 
 percentage values for the data in anotherKeyedValuesinstance. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataUtilities()
| Method Detail | 
|---|
public static double calculateColumnTotal(Values2D data,
                                          int column)
data - the table of values (null not permitted).column - the column index (zero-based).
public static double calculateRowTotal(Values2D data,
                                       int row)
data - the table of values (null not permitted).row - the row index (zero-based).
public static java.lang.Number[] createNumberArray(double[] data)
Number objects from an array of 
 double primitives.
data - the data (null not permitted).
Double.public static java.lang.Number[][] createNumberArray2D(double[][] data)
Number objects from a 
 corresponding structure containing double primitives.
data - the data (null not permitted).
Double.public static KeyedValues getCumulativePercentages(KeyedValues data)
KeyedValues instance that contains the cumulative 
 percentage values for the data in another KeyedValues instance.
 The percentages are values between 0.0 and 1.0 (where 1.0 = 100%).
data - the data (null not permitted).
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||