public static class CursorUtils.CursorImage
extends java.lang.Object
The image of a cursor.
Modifier and Type | Field and Description |
---|---|
byte[] |
abgr
Raw ABGR image raster.
|
CursorUtils.CursorInfo |
info
info for this cursor
|
Constructor and Description |
---|
CursorUtils.CursorImage(CursorUtils.CursorInfo info,
byte[] abgr)
sets fields
|
public final CursorUtils.CursorInfo info
public final byte[] abgr
Raw ABGR image raster.
The raster starts at the upper left corner of the image, scans first to the right, and then down.
public CursorUtils.CursorImage(CursorUtils.CursorInfo info, byte[] abgr)