Interface PieDataset3D<K extends Comparable<K>>

Type Parameters:
K - The key type (must implement Comparable)
All Superinterfaces:
Dataset3D, KeyedValues<K,Number>, Values<Number>
All Known Implementing Classes:
StandardPieDataset3D

public interface PieDataset3D<K extends Comparable<K>> extends KeyedValues<K,Number>, Values<Number>, Dataset3D
The interface through which the PiePlot3D class obtains data for pie charts. The interface defines methods for reading data only, not for updating the data (however, classes that implement the interface will typically provide their own methods for updating the dataset).