public interface PieToolTipGenerator
PiePlot
class.Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateToolTip(PieDataset dataset,
java.lang.Comparable key)
Generates a tool tip text item for the specified item in the dataset.
|
java.lang.String generateToolTip(PieDataset dataset, java.lang.Comparable key)
null
to indicate that no tool tip
should be displayed for an item.dataset
- the dataset (null
not permitted).key
- the section key (null
not permitted).null
).