de.laures.cewolf.links
Interface PieSectionLinkGenerator

All Superinterfaces:
LinkGenerator

public interface PieSectionLinkGenerator
extends LinkGenerator

A LinkGenerator for PieDatasets.

Since:
0.8
Author:
Guido Laures

Method Summary
 String generateLink(Object dataset, Object category)
          Generate a link for a PieDataset and a category.
 

Method Detail

generateLink

String generateLink(Object dataset,
                    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 implementation
category - the category to produce a link for
Returns:
the URL of the link belonging to the category


Copyright © 2012. All Rights Reserved.