TerminalSizepublic class MutableTerminalSize extends Object implements TerminalSize
| Constructor | Description |
|---|---|
MutableTerminalSize() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCols() |
Returns the number of character columns in the terminal.
|
int |
getRows() |
Returns the number of character rows in the terminal.
|
public int getCols()
TerminalSizegetCols in interface TerminalSizepublic int getRows()
TerminalSizegetRows in interface TerminalSize