de.laures.cewolf.links
Interface PieSectionLinkGenerator
- All Superinterfaces:
- LinkGenerator, java.io.Serializable
public interface PieSectionLinkGenerator
- extends LinkGenerator
A LinkGenerator for PieDatasets.
- Author:
- Guido Laures
Method Summary |
java.lang.String |
generateLink(java.lang.Object dataset,
java.lang.Object category)
Generate a link for a PieDataset and a category. |
generateLink
java.lang.String generateLink(java.lang.Object dataset,
java.lang.Object category)
- Generate a link for a PieDataset and a category.
- Parameters:
dataset
- the dataset. This will normally be of a subtype of PieDataset. It is
genralized to avoid dependencies to the concrete chart implementationcategory
- the category to produce a link for
- Returns:
- the URL of the link belonging to the category
cewolf tag library - web charts with JFreeChart