public interface CategoryURLGenerator
CategoryDataset
.Modifier and Type | Method and Description |
---|---|
String |
generateURL(CategoryDataset dataset,
int series,
int category)
Returns a URL for one item in a dataset.
|
String generateURL(CategoryDataset dataset, int series, int category)
dataset
- the dataset.series
- the series (zero-based index).category
- the category.Copyright © 2001–2017 JFree.org. All rights reserved.