public interface PieURLGenerator
PieDataset
. Classes that implement this interface:
PublicCloneable
interface (defined in the JCommon class
library). This provides a mechanism for the referring plot to clone
the generator if necessary.Modifier and Type | Method and Description |
---|---|
String |
generateURL(PieDataset dataset,
Comparable key,
int pieIndex)
Generates a URL for one item in a
PieDataset . |
String generateURL(PieDataset dataset, Comparable key, int pieIndex)
PieDataset
. As a guideline,
the URL should be valid within the context of an XHTML 1.0 document.dataset
- the dataset (null
not permitted).key
- the item key (null
not permitted).pieIndex
- the pie index (differentiates between pies in a
'multi' pie chart).Jas4pp 1.5 © Java Analysis Studio for Particle Physics