de.laures.cewolf.links
Interface XYItemLinkGenerator

All Superinterfaces:
LinkGenerator, java.io.Serializable

public interface XYItemLinkGenerator
extends LinkGenerator

A LinkGenerator for XYDatasets.

Author:
Guido Laures

Method Summary
 java.lang.String generateLink(java.lang.Object data, int series, int item)
          Generate a link for a XYDataset, series and item.
 

Method Detail

generateLink

java.lang.String generateLink(java.lang.Object data,
                              int series,
                              int item)
Generate a link for a XYDataset, series and item.

Parameters:
data - the dataset. This will normally be of a subtype of XYDataset. It is genralized to avoid dependencies to the concrete chart implementation
series - the series to produce a link for
item - the item to produce the link for
Returns:
the URL of the link belonging to the series/item


cewolf tag library - web charts with JFreeChart