|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.plot.PointURLGenerator
public class PointURLGenerator
Returns the URL for a given data point.
| Constructor Summary | |
|---|---|
PointURLGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateURL(org.jfree.data.category.CategoryDataset dataset,
int series,
int category)
Retrieves a URL from the given dataset for a particular item within a series. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointURLGenerator()
| Method Detail |
|---|
public java.lang.String generateURL(org.jfree.data.category.CategoryDataset dataset,
int series,
int category)
generateURL in interface org.jfree.chart.urls.CategoryURLGeneratordataset - the datasetseries - the series index (zero-based)category - the category index (zero-based)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||