Package | Description |
---|---|
vona.cursor |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<CursorUtils.CursorInfo,CursorUtils.CursorImage> |
CursorUtils.cursorImages
registered cursor images
|
Modifier and Type | Method and Description |
---|---|
static CursorUtils.CursorImage |
CursorUtils.getCursorImage(java.awt.Cursor cursor)
get the image for a cursor, using
CursorUtils.getCurrentCursorSize() |
static CursorUtils.CursorImage |
CursorUtils.getCursorImage(java.awt.Cursor cursor,
int width,
int height)
get the image for a cursor
|
static CursorUtils.CursorImage |
CursorUtils.getCursorImage(CursorUtils.CursorInfo info)
get the image for a cursor
|
static CursorUtils.CursorImage |
CursorUtils.loadDefaultCursor(CursorUtils.DefaultCursorInfo info)
Load a cursor image from resource.
|
static CursorUtils.CursorImage |
CursorUtils.setCursorImage(java.awt.Cursor cursor,
java.awt.Image image,
int xHot,
int yHot)
Register image for cursor.
|