public class StandardXYZURLGenerator extends StandardXYURLGenerator implements XYZURLGenerator
DEFAULT_ITEM_PARAMETER, DEFAULT_PREFIX, DEFAULT_SERIES_PARAMETER| Constructor and Description |
|---|
StandardXYZURLGenerator() |
| 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.
|
equals, generateURLclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateURLpublic StandardXYZURLGenerator()
public java.lang.String generateURL(XYZDataset dataset, int series, int item)
generateURL in interface XYZURLGeneratordataset - the dataset.series - the series index (zero-based).item - the item index (zero-based).