
Static Public Member Functions | |
| static List< List< Number > > | convertToNumberLists (List dataSets) |
| static boolean | hasDecimalInList (List< Number > dataSet) |
| static boolean | hasDecimalInLists (List< List< Number >> dataSets) |
| static float | maxValueInList (List< Number > dataSet) |
| static float | maxValueInLists (List< List< Number >> dataSets) |
| static float | minValueInList (List< Number > dataSet) |
| static float | minValueInLists (List< List< Number >> dataSets) |
| static Number | numberFromObject (Object datum) |
| static GCAbstractEncoding | recommendedEncoding (Number maxValue, List< List< Number >> dataSets) |
| static GCAbstractEncoding | recommendedEncoding (boolean normalize, List< List< Number >> dataSets) |
Static Protected Member Functions | |
| static List< Number > | _convertToNumberList (List dataSet) |
Static Private Attributes | |
| static GCAbstractEncoding[] | ENCODINGS = { new GCSimpleEncoding(), new GCExtendedEncoding(), new GCTextEncoding() } |
| static List<Number> _convertToNumberList | ( | List | dataSet | ) | [static, protected] |
| static List<List<Number> > convertToNumberLists | ( | List | dataSets | ) | [static] |
| static boolean hasDecimalInList | ( | List< Number > | dataSet | ) | [static] |
| static boolean hasDecimalInLists | ( | List< List< Number >> | dataSets | ) | [static] |
| static float maxValueInList | ( | List< Number > | dataSet | ) | [static] |
| static float maxValueInLists | ( | List< List< Number >> | dataSets | ) | [static] |
| static float minValueInList | ( | List< Number > | dataSet | ) | [static] |
| static float minValueInLists | ( | List< List< Number >> | dataSets | ) | [static] |
| static Number numberFromObject | ( | Object | datum | ) | [static] |
| static GCAbstractEncoding recommendedEncoding | ( | Number | maxValue, | |
| List< List< Number >> | dataSets | |||
| ) | [static] |
| static GCAbstractEncoding recommendedEncoding | ( | boolean | normalize, | |
| List< List< Number >> | dataSets | |||
| ) | [static] |
GCAbstractEncoding [] ENCODINGS = { new GCSimpleEncoding(), new GCExtendedEncoding(), new GCTextEncoding() } [static, private] |
1.5.8