public interface PieToolTipGenerator
PiePlot
class.Modifier and Type | Method and Description |
---|---|
String |
generateToolTip(PieDataset dataset,
Comparable key)
Generates a tool tip text item for the specified item in the dataset.
|
String generateToolTip(PieDataset dataset, 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
).Copyright © 2001–2017 JFree.org. All rights reserved.