Package nz.org.riskscape.picocli
Class CommandLine.Help.TextTable.Cell
java.lang.Object
nz.org.riskscape.picocli.CommandLine.Help.TextTable.Cell
- Enclosing class:
- CommandLine.Help.TextTable
Helper class to index positions in a Help.TextTable
.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCell
(int column, int row) Constructs a new Cell with the specified coordinates in the table. -
Method Summary
-
Field Details
-
column
public final int columnTable column index (zero based). -
row
public final int rowTable row index (zero based).
-
-
Constructor Details
-
Cell
public Cell(int column, int row) Constructs a new Cell with the specified coordinates in the table.- Parameters:
column
- the zero-based table columnrow
- the zero-based table row
-