public class CursorImageInfo
extends java.lang.Object
HotSpotY
┌──────────────────▲───────────────────────────┐
│ │ │
│ HotSpotX │ │
◀───────────────── ●● │
│ ●●●●●●● │
│ ●●● ●●● │
│ ●●● ●●● │
│ ●●● ●● │
│ ●● ●● │
│ ●●●●●●●●●●●●●●●●●●●●● │
│ ● ● │
│ ● ● │
│ ● ● │
│ ● ● │
│ ● ● │
│ ● ● │
│ ●●●●●●●●● │
│ │
│ │
│ │
└──────────────────────────────────────────────┘
Modifier and Type | Field and Description |
---|---|
Bitmap |
cursorBitmap
cursorBitmap mouse pointer picture
|
int |
hotSpotX
hotSpotX mouse x coordinate offset, default value is 0 (The mouse pointer points to the upper left vertex)
|
int |
hotSpotY
hotSpotY mouse y coordinate offset, default value is 0 (The mouse pointer points to the upper left vertex)
|
Constructor and Description |
---|
CursorImageInfo(Bitmap cursorBitmap,
int hotSpotX,
int hotSpotY) |
public Bitmap cursorBitmap
public int hotSpotX
public int hotSpotY