Package org.jline.curses
Class Size
- java.lang.Object
-
- org.jline.curses.Size
-
public class Size extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Size(int w, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
h()
java.lang.String
toString()
int
w()
-