|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A category item label generator is an object that can be assigned to a
CategoryItemRenderer
and that assumes responsibility for
creating text items to be used as labels for the items in
a CategoryPlot
.
To assist with cloning charts, classes that implement this interface should also implement
the PublicCloneable
interface.
Method Summary | |
java.lang.String |
generateLabel(CategoryDataset dataset,
int series,
int category)
Generates a label for the specified item. |
Method Detail |
public java.lang.String generateLabel(CategoryDataset dataset, int series, int category)
dataset
- the dataset (null
not permitted).series
- the series index (zero-based).category
- the category index (zero-based).
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |