|
Public Member Functions |
| Cursor (byte[] data, byte[] mask, int w, int h, int hotX, int hotY) |
native void | freeCursor () |
Protected Member Functions |
| Cursor () |
void | finalize () throws Throwable |
Static Package Functions |
static native void | setCursor (Cursor cursor) |
| Set the currently active mouse cursor.
|
static native Cursor | getCursor () |
| Get the currently active mouse cursor.
|
static native boolean | showCursor (boolean visibility) |
| Toggle whether or not the cursor is shown on the screen.
|
static native void | setVisible (boolean visibility) |
| Toggle whether or not the cursor is shown on the screen.
|
static native boolean | isVisible () |
| Returns true if the cursor is visible.
|
Package Attributes |
gnu.gcj.RawData | implementation = null |
Private Member Functions |
native void | initCursor (byte[] data, byte[]mask, int w, int h, int hotX, int hotY) |