Class TerminalSize

java.lang.Object
dev.galasa.zos3270.common.screens.TerminalSize

public class TerminalSize extends Object
Represents the terminal screen size
Author:
Michael Baylis
  • Constructor Details

    • TerminalSize

      public TerminalSize(int columns, int rows)
      Constructor
      Parameters:
      columns - no of columns on the screen
      rows - 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