public static class CursorUtils.PredefinedCursorInfo extends CursorUtils.CursorInfo
Modifier and Type | Field and Description |
---|---|
protected int |
hash
cached hash code
|
int |
type
predefined cursor type
|
Constructor and Description |
---|
CursorUtils.PredefinedCursorInfo(int width,
int height,
int type)
sets fields, hotspot (0, 0)
|
CursorUtils.PredefinedCursorInfo(int width,
int height,
int xHot,
int yHot,
int type)
sets fields
|
public final int type
protected final int hash
public CursorUtils.PredefinedCursorInfo(int width, int height, int xHot, int yHot, int type)
public CursorUtils.PredefinedCursorInfo(int width, int height, int type)
public int hashCode()
hashCode
in class CursorUtils.CursorInfo
public boolean equals(java.lang.Object o)
Check if equivalent as PredefinedCursorInfo to o.
Ignores hotspot.
equals
in class CursorUtils.CursorInfo