public final class guidorect
extends java.lang.Object
Constructor and Description |
---|
guidorect() |
guidorect(int l,
int t,
int r,
int b) |
Modifier and Type | Method and Description |
---|---|
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
int |
height() |
protected static void |
Init()
Internal jni initialization method.
|
void |
setRect(double x,
double y,
double width,
double height) |
int |
width() |
public int top
public int left
public int right
public int bottom
public guidorect()
public guidorect(int l, int t, int r, int b)
public int height()
public int width()
public int getLeft()
public int getTop()
public int getRight()
public int getBottom()
public void setRect(double x, double y, double width, double height)
protected static void Init()