| Package | Description |
|---|---|
| com.orsoncharts.data |
Core data structures used as the building blocks for datasets in Orson
Charts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyedValues<K extends java.lang.Comparable<K>,T>
A list of values that are associated with unique keys.
|
interface |
PieDataset3D<K extends java.lang.Comparable<K>>
The interface through which the
PiePlot3D class obtains data for
pie charts. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyedValues<K extends java.lang.Comparable<K>,T>
A list of
(key, value) pairs. |
class |
StandardPieDataset3D<K extends java.lang.Comparable<K>>
A dataset that can be used with a
PiePlot3D. |
| Modifier and Type | Method and Description |
|---|---|
static double |
DataUtils.total(Values<java.lang.Number> values)
Returns the total of the values in the list.
|