|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A generator that creates labels for the series in a CategoryDataset.
Classes that implement this interface should be either (a) immutable, or
(b) cloneable via the PublicCloneable interface (defined in
the JCommon class library). This provides a mechanism for the referring
renderer to clone the generator if necessary.
| Method Summary | |
java.lang.String |
generateLabel(CategoryDataset dataset,
int series)
Generates a label for the specified series. |
| Method Detail |
public java.lang.String generateLabel(CategoryDataset dataset,
int series)
dataset - the dataset (null not permitted).series - the series index.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||