Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface CategoryURLGenerator
CategoryDataset
.
Method Summary | |
String |
|
public String generateURL(CategoryDataset data, int series, int category)
Returns a URL for one item in a dataset. As a guideline, the URL should be valid within the context of an XHTML 1.0 document.
- Parameters:
data
- the dataset.series
- the series (zero-based index).category
- the category.
- Returns:
- A string containing the URL.