Class TerminalSize
java.lang.Object
dev.galasa.zos3270.common.screens.TerminalSize
Represents the terminal screen size
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TerminalSize
public TerminalSize(int columns, int rows) Constructor- Parameters:
columns
- no of columns on the screenrows
- no of rows on the screen
-
-
Method Details
-
getColumns
public int getColumns()Fetch the columns- Returns:
- Columns
-
getRows
public int getRows()Fetch the rows- Returns:
- Rows
-