public class MutableTerminalSize extends java.lang.Object implements TerminalSize
Constructor and Description |
---|
MutableTerminalSize() |
Modifier and Type | Method and 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()
TerminalSize
getCols
in interface TerminalSize
public int getRows()
TerminalSize
getRows
in interface TerminalSize