- Key(int) - Constructor for class com.orsoncharts.Chart3DHints.Key
-
Creates a new key.
- KEY_AND_COORDS_3DP_TEMPLATE - Static variable in class com.orsoncharts.label.StandardXYZItemLabelGenerator
-
A label template that will display the series key followed by the
(x, y, z) coordinates with 3 decimal places.
- KEY_BEGIN_ELEMENT - Static variable in class com.orsoncharts.Chart3DHints
-
The key for a hint to signal the beginning of an element.
- KEY_END_ELEMENT - Static variable in class com.orsoncharts.Chart3DHints
-
The key for a hint that ends an element.
- KEY_ONLY_TEMPLATE - Static variable in class com.orsoncharts.label.StandardCategoryLabelGenerator
-
A template string that will show the series, row or column key only.
- KEY_ONLY_TEMPLATE - Static variable in class com.orsoncharts.label.StandardPieLabelGenerator
-
A template string that will show the section key only.
- KEY_ONLY_TEMPLATE - Static variable in class com.orsoncharts.label.StandardXYZLabelGenerator
-
A label template that will display the series key only.
- KeyedValue<K extends java.lang.Comparable<K>,T> - Interface in com.orsoncharts.data
-
A (key, value) pair that is used as a building block for some
data structures for the charts.
- KeyedValues<K extends java.lang.Comparable<K>,T> - Interface in com.orsoncharts.data
-
A list of values that are associated with unique keys.
- KeyedValues2D<R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>,T> - Interface in com.orsoncharts.data
-
A two dimensional grid of data values where each value is uniquely
identified by two keys (the rowKey and the
columnKey).
- KeyedValues3D<S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>,T> - Interface in com.orsoncharts.data
-
A three dimensional cube of data values where each value is uniquely
identified by three keys (the seriesKey, rowKey
and columnKey).
- KeyedValues3DItemKey<S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>> - Class in com.orsoncharts.data
-
An object that references one data item in a
KeyedValues3D data
structure.
- KeyedValues3DItemKey(S, R, C) - Constructor for class com.orsoncharts.data.KeyedValues3DItemKey
-
Creates a new instance.
- KeyedValues3DItemKeys - Class in com.orsoncharts.data
-
- KeyedValues3DItemSelection - Interface in com.orsoncharts.interaction
-
An object representing a select of selected items for a
KeyedValues3D
dataset.
- KeyedValuesItemKey - Class in com.orsoncharts.data
-
An object that references one data item in a
KeyedValues3D data
structure.
- KeyedValuesItemKey(Comparable<? extends Object>) - Constructor for class com.orsoncharts.data.KeyedValuesItemKey
-
Creates a new instance.
- KEYS_AND_VALUE_TEMPLATE - Static variable in class com.orsoncharts.label.StandardCategoryItemLabelGenerator
-
A template string that will show the series, row and column keys plus
the data value.