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()
TerminalSizegetCols in interface TerminalSizepublic int getRows()
TerminalSizegetRows in interface TerminalSize