Package hudson.plugins.plot
Class PointURLGenerator
java.lang.Object
hudson.plugins.plot.PointURLGenerator
- All Implemented Interfaces:
org.jfree.chart.urls.CategoryURLGenerator
Returns the URL for a given data point.
- Author:
- Nigel Daley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateURL
(org.jfree.data.category.CategoryDataset dataset, int series, int category) Retrieves a URL from the given dataset for a particular item within a series.
-
Constructor Details
-
PointURLGenerator
public PointURLGenerator()
-
-
Method Details
-
generateURL
public 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. If the given dataset isn't a PlotCategoryDataset, then null is returned.- Specified by:
generateURL
in interfaceorg.jfree.chart.urls.CategoryURLGenerator
- Parameters:
dataset
- the datasetseries
- the series index (zero-based)category
- the category index (zero-based)- Returns:
- the generated URL
-