de.laures.cewolf.links
Interface XYItemLinkGenerator
- All Superinterfaces:
- LinkGenerator
public interface XYItemLinkGenerator
- extends LinkGenerator
A LinkGenerator for XYDatasets.
- Since:
- 0.8
- Author:
- Guido Laures
generateLink
String generateLink(Object data,
int series,
int item)
- Generate a link for a XYDataset, series and item.
- Parameters:
dataset
- the dataset. This will normally be of a subtype of XYDataset. It is
genralized to avoid dependencies to the concrete chart implementationseries
- the series to produce a link foritem
- the item to produce the link for
- Returns:
- the URL of the link belonging to the series/item
Copyright © 2012. All Rights Reserved.