java.lang.Object | |
↳ | org.jfree.chart.urls.TimeSeriesURLGenerator |
A URL generator for time series charts.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
Construct TimeSeriesURLGenerator overriding defaults.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this generator for equality with an arbitrary object.
| |||||||||||
Generates a URL for a particular item within a series.
| |||||||||||
Returns a clone of the date format assigned to this URL generator.
| |||||||||||
Returns the item parameter name.
| |||||||||||
Returns the prefix string.
| |||||||||||
Returns the series parameter name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor.
Construct TimeSeriesURLGenerator overriding defaults.
dateFormat | a formatter for the date (null not
permitted). |
---|---|
prefix | the prefix of the URL (null not permitted). |
seriesParameterName | the name of the series parameter in the URL
(null not permitted). |
itemParameterName | the name of the item parameter in the URL
(null not permitted).
|
Tests this generator for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Generates a URL for a particular item within a series.
dataset | the dataset (null not permitted). |
---|---|
series | the series number (zero-based index). |
item | the item number (zero-based index). |
Returns a clone of the date format assigned to this URL generator.
null
).Returns the item parameter name.
null
).Returns the series parameter name.
null
).