Package | Description |
---|---|
vona.cursor |
Modifier and Type | Class and Description |
---|---|
static class |
CursorUtils.DefaultCursorInfo
info for a cursor with image stored as resource
|
static class |
CursorUtils.PredefinedCursorInfo
info for a Java predefined cursor
|
Modifier and Type | Field and Description |
---|---|
CursorUtils.CursorInfo |
CursorUtils.CursorImage.info
info for this cursor
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<CursorUtils.CursorInfo,CursorUtils.CursorImage> |
CursorUtils.cursorImages
registered cursor images
|
protected static java.util.Map<java.awt.Cursor,CursorUtils.CursorInfo> |
CursorUtils.cursorInfoCache
|
Modifier and Type | Method and Description |
---|---|
static CursorUtils.CursorInfo |
CursorUtils.getCursorInfo(java.awt.Cursor cursor)
|
static CursorUtils.CursorInfo |
CursorUtils.getCursorInfo(java.awt.Cursor cursor,
int width,
int height)
Get a
CursorUtils.CursorInfo object describing
cursor as best as possible. |
Modifier and Type | Method and Description |
---|---|
static CursorUtils.CursorImage |
CursorUtils.getCursorImage(CursorUtils.CursorInfo info)
get the image for a cursor
|
Constructor and Description |
---|
CursorUtils.CursorImage(CursorUtils.CursorInfo info,
byte[] abgr)
sets fields
|