Class CommandLine.Help.TextTable.Cell
java.lang.Object
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.TextTable.Cell
- Enclosing class:
CommandLine.Help.TextTable
Helper class to index positions in a
Help.TextTable.- Since:
- 2.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCell(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
-