java.lang.Object | |
↳ | org.jfree.chart.urls.CustomCategoryURLGenerator |
A custom URL generator.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a list of URLs.
| |||||||||||
Returns a new generator that is a copy of, and independent from, this
generator.
| |||||||||||
Tests if this object is equal to another.
| |||||||||||
Generates a URL.
| |||||||||||
Returns the number of URL lists stored by the renderer.
| |||||||||||
Returns the URL for an item.
| |||||||||||
Returns the number of URLs in a given list.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor.
Adds a list of URLs.
urls | the list of URLs (null permitted).
|
---|
Returns a new generator that is a copy of, and independent from, this generator.
CloneNotSupportedException | if there is a problem with cloning. |
---|
Tests if this object is equal to another.
obj | the other object. |
---|
Generates a URL.
dataset | the dataset (ignored in this implementation). |
---|---|
series | the series (zero-based index). |
item | the item (zero-based index). |
null
).
Returns the number of URL lists stored by the renderer.
Returns the URL for an item.
series | the series index. |
---|---|
item | the item index. |
null
).
Returns the number of URLs in a given list.
list | the list index (zero based). |
---|