org.jfree.chart.urls
public class TimeSeriesURLGenerator extends Object implements XYURLGenerator, Serializable
Constructor Summary | |
---|---|
TimeSeriesURLGenerator()
Blank constructor | |
TimeSeriesURLGenerator(DateFormat dDateFormat, String sPrefix, String sSeriesParameterName, String sItemParameterName)
Construct TimeSeriesURLGenerator overriding defaults
|
Method Summary | |
---|---|
String | generateURL(XYDataset dataset, int series, int item)
Generates a URL for a particular item within a series.
|
Parameters: dDateFormat a formatter for the date. sPrefix the prefix of the URL. sSeriesParameterName the name of the series parameter in the URL. sItemParameterName the name of the item parameter in the URL.
Parameters: dataset the dataset. series the series number (zero-based index). item the item number (zero-based index).
Returns: The generated URL.