generateColumnLabel(CategoryDataset dataset, int column) Generates a label for the specified row.
Parameters: dataset - the dataset (null not permitted). Parameters: column - the column index (zero-based).
generateRowLabel(CategoryDataset dataset, int row) Generates a label for the specified row.
Parameters: dataset - the dataset (null not permitted). Parameters: row - the row index (zero-based).
Generates a label for the specified row.
Parameters: dataset - the dataset (null not permitted). Parameters: column - the column index (zero-based). The label.
Generates a label for the specified item. The label is typically a
formatted version of the data value, but any text can be used.
Parameters: dataset - the dataset (null not permitted). Parameters: row - the row index (zero-based). Parameters: column - the column index (zero-based). The label (possibly null).
Generates a label for the specified row.
Parameters: dataset - the dataset (null not permitted). Parameters: row - the row index (zero-based). The label.