JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.rubygrapefruit.platform
Interface TerminalSize
public interface
TerminalSize
The size of a terminal. This is a snapshot view and does not change.
Method Summary
Methods
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.
Method Detail
getCols
int getCols()
Returns the number of character columns in the terminal.
getRows
int getRows()
Returns the number of character rows in the terminal.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method