Documentation of 'org.jfree.chart.labels.CategoryItemLabelGenerator' Java class
CategoryItemLabelGenerator
org.jfree.chart.labels

Interface CategoryItemLabelGenerator

    • Method Detail

      • generateRowLabel

        java.lang.String generateRowLabel(CategoryDataset dataset,
                                          int row)
        Generates a label for the specified row.
        Parameters:
        dataset - the dataset (null not permitted).
        row - the row index (zero-based).
        Returns:
        The label.
      • generateColumnLabel

        java.lang.String generateColumnLabel(CategoryDataset dataset,
                                             int column)
        Generates a label for the specified row.
        Parameters:
        dataset - the dataset (null not permitted).
        column - the column index (zero-based).
        Returns:
        The label.
      • generateLabel

        java.lang.String generateLabel(CategoryDataset dataset,
                                       int row,
                                       int column)
        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).
        row - the row index (zero-based).
        column - the column index (zero-based).
        Returns:
        The label (possibly null).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.