org.jfree.chart.labels
public interface XYItemLabelGenerator
Method Summary | |
---|---|
String | generateLabel(XYDataset dataset, int series, int item)
Generates a label for the specified item. |
Parameters: dataset the dataset (null
not permitted). series the series index (zero-based). item the item index (zero-based).
Returns: The label (possibly null
).