| de.laures.cewolf.tooltips.PieToolTipGenerator
Method Summary | |
String | generateToolTip(PieDataset data, Comparable key, int pieIndex) Generates a tool tip text item for a particular category in the dataset.
Parameters: data - the dataset. Parameters: key - the item key. Parameters: pieIndex - the pie index (differentiates between pies in a 'multi' pie chart). |
generateToolTip | String generateToolTip(PieDataset data, Comparable key, int pieIndex)(Code) | | Generates a tool tip text item for a particular category in the dataset.
Parameters: data - the dataset. Parameters: key - the item key. Parameters: pieIndex - the pie index (differentiates between pies in a 'multi' pie chart). The tool tip text. |
|
|