org.pentaho.platform.uifoundation.chart
Class StandardBubbleURLGenerator

java.lang.Object
  extended by org.jfree.chart.urls.StandardXYURLGenerator
      extended by org.pentaho.platform.uifoundation.chart.StandardBubbleURLGenerator
All Implemented Interfaces:
Serializable, org.jfree.chart.urls.XYURLGenerator

public class StandardBubbleURLGenerator
extends org.jfree.chart.urls.StandardXYURLGenerator

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.chart.urls.StandardXYURLGenerator
DEFAULT_ITEM_PARAMETER, DEFAULT_PREFIX, DEFAULT_SERIES_PARAMETER
 
Constructor Summary
StandardBubbleURLGenerator()
           
 
Method Summary
 String generateURL(org.jfree.data.xy.XYDataset dataset, int series, int item)
          Generates a URL for a particular item within a series.
 
Methods inherited from class org.jfree.chart.urls.StandardXYURLGenerator
equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardBubbleURLGenerator

public StandardBubbleURLGenerator()
Method Detail

generateURL

public String generateURL(org.jfree.data.xy.XYDataset dataset,
                          int series,
                          int item)
Generates a URL for a particular item within a series.

Specified by:
generateURL in interface org.jfree.chart.urls.XYURLGenerator
Overrides:
generateURL in class org.jfree.chart.urls.StandardXYURLGenerator
Parameters:
dataset - the dataset.
series - the series number (zero-based index).
item - the item number (zero-based index).
Returns:
The generated URL.