Documentation of 'org.jfree.data.Values2D' Java class
Values2D
org.jfree.data

Interface Values2D

    • Method Detail

      • getRowCount

        int getRowCount()
        Returns the number of rows in the table.
        Returns:
        The row count.
      • getColumnCount

        int getColumnCount()
        Returns the number of columns in the table.
        Returns:
        The column count.
      • getValue

        java.lang.Number getValue(int row,
                                  int column)
        Returns a value from the table.
        Parameters:
        row - the row index (zero-based).
        column - the column index (zero-based).
        Returns:
        The value (possibly null).
        Throws:
        java.lang.IndexOutOfBoundsException - if the row or column is out of bounds.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.