public static class CursorUtils.CursorInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
hash
cached hash code
|
int |
height
cursor image dimensions
|
java.lang.String |
name
name of cursor
|
int |
width
cursor image dimensions
|
int |
xHot
hotspot location relative to upper left corner (y down)
|
int |
yHot
hotspot location relative to upper left corner (y down)
|
Constructor and Description |
---|
CursorUtils.CursorInfo(int width,
int height,
int xHot,
int yHot,
java.lang.String name)
sets fields
|
CursorUtils.CursorInfo(int width,
int height,
java.lang.String name)
sets fields, hotspot (0, 0)
|
public final int width
public final int height
public final int xHot
public final int yHot
public final java.lang.String name
public final int hash