public interface XYZURLGenerator extends XYURLGenerator
XYZDataset
. Classes that implement this interface are responsible
for correctly escaping any text that is derived from the dataset, as this
may be user-specified and could pose a security risk.Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateURL(XYZDataset dataset,
int series,
int item)
Generates a URL for a particular item within a series.
|
generateURL
java.lang.String generateURL(XYZDataset dataset, int series, int item)
dataset
- the dataset (null
not permitted).series
- the series index (zero-based).item
- the item index (zero-based).