| java.lang.Object | |
| ↳ | org.jfree.chart.urls.StandardCategoryURLGenerator |
A URL generator that can be assigned to a
CategoryItemRenderer.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new generator with default settings.
| |||||||||||
Constructor that overrides default prefix to the URL.
| |||||||||||
Constructor that overrides all the defaults.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an independent copy of the URL generator.
| |||||||||||
Tests the generator for equality with an arbitrary object.
| |||||||||||
Generates a URL for a particular item within a series.
| |||||||||||
Returns a hash code.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.urls.CategoryURLGenerator
| |||||||||||
Creates a new generator with default settings.
Constructor that overrides default prefix to the URL.
| 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). |
| categoryParameterName | the name of the category parameter to go in
each URL (null not permitted).
|
Returns an independent copy of the URL generator.
| CloneNotSupportedException | not thrown by this class, but subclasses (if any) might. |
|---|
Tests the 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 index (zero-based). |
| category | the category index (zero-based). |
Returns a hash code.