Documentation of 'org.jfree.data.statistics.MultiValueCategoryDataset' Java class
MultiValueCategoryDataset
org.jfree.data.statistics

Interface MultiValueCategoryDataset

    • Method Detail

      • getValues

        java.util.List getValues(int row,
                                 int column)
        Returns a list (possibly empty) of the values for the specified item. The returned list should be unmodifiable.
        Parameters:
        row - the row index (zero-based).
        column - the column index (zero-based).
        Returns:
        The list of values.
      • getValues

        java.util.List getValues(java.lang.Comparable rowKey,
                                 java.lang.Comparable columnKey)
        Returns a list (possibly empty) of the values for the specified item. The returned list should be unmodifiable.
        Parameters:
        rowKey - the row key (null not permitted).
        columnKey - the column key (null not permitted).
        Returns:
        The list of values.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.