| 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<T>
A list of values that are associated with unique keys.
|
interface |
PieDataset3D
The interface through which the
PiePlot3D class obtains data for
pie charts. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyedValues<T>
A list of
(key, value) pairs. |
class |
StandardPieDataset3D
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.
|