Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » urls » [javadoc | source]
org.jfree.chart.urls
public interface: PieURLGenerator [javadoc | source]

All Known Implementing Classes:
    StandardPieURLGenerator, CustomPieURLGenerator

Interface for a URL generator for plots that use data from a PieDataset . Classes that implement this interface:
Method from org.jfree.chart.urls.PieURLGenerator Summary:
generateURL
Method from org.jfree.chart.urls.PieURLGenerator Detail:
 public String generateURL(PieDataset dataset,
    Comparable key,
    int pieIndex)
    Generates a URL for one item in a PieDataset . As a guideline, the URL should be valid within the context of an XHTML 1.0 document.