public class TerminalSize extends Object
Constructor and Description |
---|
TerminalSize(int height,
int width) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
boolean |
isPositionWithinSize(CursorPosition pos) |
void |
setHeight(int height) |
void |
setWidth(int width) |
String |
toString() |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean isPositionWithinSize(CursorPosition pos)
Copyright © 2014 JBoss by Red Hat. All rights reserved.