public interface CategoryURLGenerator
CategoryDataset
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateURL(CategoryDataset dataset,
int series,
int category)
Returns a URL for one item in a dataset.
|
java.lang.String generateURL(CategoryDataset dataset, int series, int category)
dataset
- the dataset.series
- the series (zero-based index).category
- the category.