Class that provides methods to access a collection of numeric tables as if they are joined by rows.
More...
Constructs empty row merged numeric table
- Parameters
-
context | Context to manage created row merged numeric table |
Constructs row merged numeric table from C++ row merged numeric table
- Parameters
-
context | Context to manage created row merged numeric table |
cTable | Pointer to C++ numeric table |
Constructs row merged numeric table consisting of one table
- Parameters
-
context | Context to manage created row merged numeric table |
table | Pointer to the Numeric Table |
Adds the table to the right of the rowmerged numeric table
- Parameters
-
table | Pointer to the Numeric Table |
The documentation for this class was generated from the following file:
- RowMergedNumericTable.java