org.jfree.chart.urls
public class StandardPieURLGenerator extends Object implements PieURLGenerator, Serializable
Constructor Summary | |
---|---|
StandardPieURLGenerator()
Default constructor. | |
StandardPieURLGenerator(String prefix)
Creates a new generator.
| |
StandardPieURLGenerator(String prefix, String categoryParameterName)
Creates a new generator.
| |
StandardPieURLGenerator(String prefix, String categoryParameterName, String indexParameterName)
Creates a new generator.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests if this object is equal to another.
|
String | generateURL(PieDataset dataset, Comparable key, int pieIndex)
Generates a URL.
|
Parameters: prefix the prefix (null
not permitted).
Parameters: prefix the prefix (null
not permitted). categoryParameterName the category parameter name
(null
not permitted).
Parameters: prefix the prefix (null
not permitted). categoryParameterName the category parameter name
(null
not permitted). indexParameterName the index parameter name (null
permitted).
Parameters: obj the object (null
permitted).
Returns: A boolean.
Parameters: dataset the dataset (ignored). key the item key (null
not permitted). pieIndex the pie index.
Returns: A string containing the generated URL.