| java.lang.Object | |
| ↳ | org.jfree.chart.urls.StandardPieURLGenerator |
A URL generator for pie charts. Instances of this class are immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
Creates a new generator.
| |||||||||||
Creates a new generator.
| |||||||||||
Creates a new generator.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests if this object is equal to another.
| |||||||||||
Generates a URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.urls.PieURLGenerator
| |||||||||||
Default constructor.
Creates a new generator.
| prefix | the prefix (null not permitted).
|
|---|
Creates a new generator.
| prefix | the prefix (null not permitted). |
|---|---|
| categoryParameterName | the category parameter name
(null not permitted).
|
Creates a new generator.
| prefix | the prefix (null not permitted). |
|---|---|
| categoryParameterName | the category parameter name
(null not permitted). |
| indexParameterName | the index parameter name (null
permitted).
|
Tests if this object is equal to another.
| obj | the object (null permitted). |
|---|
Generates a URL.
| dataset | the dataset (ignored). |
|---|---|
| key | the item key (null not permitted). |
| pieIndex | the pie index. |