org.jfree.chart.urls
public class CustomXYURLGenerator extends Object implements XYURLGenerator, Serializable
Constructor Summary | |
---|---|
CustomXYURLGenerator()
Default constructor. |
Method Summary | |
---|---|
void | addURLSeries(List urls)
Adds a list of URLs.
|
boolean | equals(Object o)
Tests if this object is equal to another.
|
String | generateURL(XYDataset dataset, int series, int item)
Generates a URL.
|
int | getListCount()
Returns the number of URL lists stored by the renderer.
|
String | getURL(int series, int item)
Returns the URL for an item.
|
int | getURLCount(int list)
Returns the number of URLs in a given list.
|
Parameters: urls the list of URLs.
Parameters: o the other object.
Returns: A boolean.
Parameters: dataset the dataset. series the series (zero-based index). item the item (zero-based index).
Returns: A string containing the URL (possibly null
).
Returns: The list count.
Parameters: series the series index. item the item index.
Returns: The URL (possibly null
).
Parameters: list the list index (zero based).
Returns: The URL count.