Skip to content

Package io.github.qishr.cascara.common.util

Class Cell

java.lang.Object
        io.github.qishr.cascara.common.util.CommandLine.Help.TextTable.Cell

Enclosing Class:
    io.github.qishr.cascara.common.util.CommandLine.Help.TextTable


public static class Cell

Helper class to index positions in a Help.TextTable.

Field Summary

Modifier and Type Field Description
public final int column Table column index (zero based).
public final int row Table row index (zero based).

Constructor Summary

Constructor Description
Cell(int column, int row) Constructs a new Cell with the specified coordinates in the table.

Field Details

column

public final int column

Table column index (zero based).


row

public final int row

Table row index (zero based).