com.jrefinery.chart.tooltips
Interface PieToolTipGenerator
- All Superinterfaces:
- ToolTipGenerator
- All Known Implementing Classes:
- StandardPieToolTipGenerator
- public interface PieToolTipGenerator
- extends ToolTipGenerator
Interface for a tooltip generator for plots that use data from a PieDataset.
- Author:
- DG
Method Summary |
java.lang.String |
generateToolTip(PieDataset data,
java.lang.Object category)
Generates a tool tip text item for a particular category in the dataset. |
generateToolTip
public java.lang.String generateToolTip(PieDataset data,
java.lang.Object category)
- Generates a tool tip text item for a particular category in the dataset.
- Parameters:
data
- the dataset.category
- the category.- Returns:
- the tool tip text.