| java.lang.Object | |
| ↳ | org.jfree.chart.urls.StandardXYURLGenerator |
Known Direct Subclasses
|
A URL generator.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_ITEM_PARAMETER | The default item parameter. | |||||||||
| String | DEFAULT_PREFIX | The default prefix. | |||||||||
| String | DEFAULT_SERIES_PARAMETER | The default series parameter. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new default generator.
| |||||||||||
Creates a new generator with the specified prefix.
| |||||||||||
Constructor that overrides all the defaults
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this generator for equality with an arbitrary object.
| |||||||||||
Generates a URL for a particular item within a series.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.urls.XYURLGenerator
| |||||||||||
The default item parameter.
The default series parameter.
Creates a new default generator. This constructor is equivalent to
calling StandardXYURLGenerator("index.html", "series", "item");
.
Creates a new generator with the specified prefix. This constructor
is equivalent to calling
StandardXYURLGenerator(prefix, "series", "item");.
| prefix | the prefix to the URL (null not permitted).
|
|---|
Constructor that overrides all the defaults
| prefix | the prefix to the URL (null not permitted). |
|---|---|
| seriesParameterName | the name of the series parameter to go in
each URL (null not permitted). |
| itemParameterName | the name of the item parameter to go in each
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. |
|---|---|
| series | the series number (zero-based index). |
| item | the item number (zero-based index). |