-
- All Known Implementing Classes:
StandardPieToolTipGenerator
public interface PieToolTipGenerator
A tool tip generator that is used by theorg.jfree.chart.plot.PiePlotclass.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgenerateToolTip(PieDataset dataset, Comparable key)Generates a tool tip text item for the specified item in the dataset.
-
-
-
Method Detail
-
generateToolTip
String generateToolTip(PieDataset dataset, Comparable key)
Generates a tool tip text item for the specified item in the dataset. This method can returnnullto indicate that no tool tip should be displayed for an item.- Parameters:
dataset- the dataset (nullnot permitted).key- the section key (nullnot permitted).- Returns:
- The tool tip text (possibly
null).
-
-