| org.jfree.chart.labels.CategoryItemLabelGenerator |
Known Indirect Subclasses
|
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 org.jfree.util.PublicCloneable interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates a label for the specified row.
| |||||||||||
Generates a label for the specified item.
| |||||||||||
Generates a label for the specified row.
| |||||||||||
Generates a label for the specified row.
| dataset | the dataset (null not permitted). |
|---|---|
| column | the column index (zero-based). |
Generates a label for the specified item. The label is typically a formatted version of the data value, but any text can be used.
| dataset | the dataset (null not permitted). |
|---|---|
| row | the row index (zero-based). |
| column | the column index (zero-based). |
null).
Generates a label for the specified row.
| dataset | the dataset (null not permitted). |
|---|---|
| row | the row index (zero-based). |