public class PrivateArea
extends java.lang.Object
Note: the positions stored in this class should be screen absolute positions
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
int |
getX() |
int |
getY() |
PrivateArea |
setHeight(int height) |
PrivateArea |
setWidth(int width) |
PrivateArea |
setX(int x) |
PrivateArea |
setY(int y) |
java.lang.String |
toString() |
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public PrivateArea setY(int y)
public PrivateArea setX(int x)
public PrivateArea setWidth(int width)
public PrivateArea setHeight(int height)
public java.lang.String toString()
toString
in class java.lang.Object