Package com.spinyowl.legui.cursor
Class Cursor
java.lang.Object
com.spinyowl.legui.cursor.Cursor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ARROW
-
H_RESIZE
-
V_RESIZE
-
CROSSHAIR
-
HAND
-
IBEAM
-
-
Constructor Details
-
Cursor
public Cursor(long imageReference, int xHot, int yHot) - Parameters:
imageReference- the desired cursor imagexHot- the desired x-coordinate, in pixels, of the cursor hotspotyHot- the desired y-coordinate, in pixels, of the cursor hotspot
-
-
Method Details
-
getImageReference
public long getImageReference() -
getxHot
public int getxHot() -
getyHot
public int getyHot()
-