org.pentaho.platform.uifoundation.chart
Class StandardBubbleURLGenerator

java.lang.Object
  extended by StandardXYURLGenerator
      extended by org.pentaho.platform.uifoundation.chart.StandardBubbleURLGenerator

public class StandardBubbleURLGenerator
extends StandardXYURLGenerator


Constructor Summary
StandardBubbleURLGenerator()
           
 
Method Summary
 String generateURL(XYDataset dataset, int series, int item)
          Generates a URL for a particular item within a series.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardBubbleURLGenerator

public StandardBubbleURLGenerator()
Method Detail

generateURL

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

Parameters:
dataset - the dataset.
series - the series number (zero-based index).
item - the item number (zero-based index).
Returns:
The generated URL.