frysk.sys
Class Size

java.lang.Object
  extended by frysk.sys.Size

public class Size
extends Object

Container class for the size of a terminal window


Constructor Summary
Size(int row, int col)
           
 
Method Summary
 int getColumns()
           
 int getRows()
           
 void setColumns(int columns)
           
 void setRows(int rows)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size(int row,
            int col)
Method Detail

getRows

public int getRows()

setRows

public void setRows(int rows)

getColumns

public int getColumns()

setColumns

public void setColumns(int columns)