final class GtkCursor extends Cursor
CURSOR_CLOSED_HAND, CURSOR_CROSSHAIR, CURSOR_CUSTOM, CURSOR_DEFAULT, CURSOR_DISAPPEAR, CURSOR_MOVE, CURSOR_NONE, CURSOR_OPEN_HAND, CURSOR_POINTING_HAND, CURSOR_RESIZE_DOWN, CURSOR_RESIZE_LEFT, CURSOR_RESIZE_LEFTRIGHT, CURSOR_RESIZE_NORTHEAST, CURSOR_RESIZE_NORTHWEST, CURSOR_RESIZE_RIGHT, CURSOR_RESIZE_SOUTHEAST, CURSOR_RESIZE_SOUTHWEST, CURSOR_RESIZE_UP, CURSOR_RESIZE_UPDOWN, CURSOR_TEXT, CURSOR_WAIT
Constructor and Description |
---|
GtkCursor(int type) |
GtkCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected long |
_createCursor(int x,
int y,
Pixels pixels) |
(package private) static Size |
_getBestSize(int width,
int height) |
getBestSize, getNativeCursor, getType, setVisible
GtkCursor(int type)
GtkCursor(int x, int y, Pixels pixels)
protected long _createCursor(int x, int y, Pixels pixels)
_createCursor
in class Cursor
static Size _getBestSize(int width, int height)