Package org.jfree.chart.urls
Interface PieURLGenerator
- All Known Implementing Classes:
CustomPieURLGenerator
,StandardPieURLGenerator
public interface PieURLGenerator
Interface for a URL generator for plots that use data from a
PieDataset
.- Author:
- Richard Atkinson
-
Method Summary
Modifier and Type Method Description String
generateURL(PieDataset data, Comparable key, int pieIndex)
Generates a URL for one item in aPieDataset
.
-
Method Details
-
generateURL
Generates a URL for one item in aPieDataset
.- Parameters:
data
- the dataset.key
- the item key.pieIndex
- the pie index (differentiates between pies in a 'multi' pie chart).- Returns:
- a string containing the URL.
-