- All Known Implementing Classes:
StandardXYZItemLabelGenerator
public interface XYZItemLabelGenerator
A label generator for data items in XYZ charts (this can be used for
tooltips and item labels). The (
Implementations of this interface are expected to support cloning and serialization.
StandardXYZItemLabelGenerator)
class provides the default implementation.
Implementations of this interface are expected to support cloning and serialization.
- Since:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptiongenerateItemLabel(XYZDataset dataset, Comparable<?> seriesKey, int itemIndex) Generates an item label for one data item in anXYZDataset.
-
Method Details
-
generateItemLabel
Generates an item label for one data item in anXYZDataset.- Parameters:
dataset- the dataset (nullnot permitted).seriesKey- the series key (nullnot permitted).itemIndex- the item index.- Returns:
- The item label (possibly
null).
-