public class guidopaint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
fBottom |
boolean |
fErase
a flag to ignore the following rect and to redraw everything
|
int |
fLeft |
int |
fRight |
int |
fTop |
Constructor and Description |
---|
guidopaint() |
guidopaint(int left,
int top,
int right,
int bottom) |
Modifier and Type | Method and Description |
---|---|
protected static void |
Init()
Internal jni initialization method.
|
void |
print()
Print utility.
|
public boolean fErase
public int fLeft
public int fTop
public int fRight
public int fBottom