|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.Cursor
public class Cursor
Contains a cursor.
| Constructor Summary | |
|---|---|
Cursor(BufferedImage image,
int hx,
int hy)
Creates a new cursor. |
|
| Method Summary | |
|---|---|
Cursor |
getAWTCursor(Toolkit toolkit)
Retrieves the lazily-initialized AWT cursor using the supplied toolkit. |
org.lwjgl.input.Cursor |
getLWJGLCursor()
Retrieve the lazily-initialized LWJGL cursor. |
void |
show()
Display the LWJGL cursor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cursor(BufferedImage image,
int hx,
int hy)
| Method Detail |
|---|
public org.lwjgl.input.Cursor getLWJGLCursor()
public Cursor getAWTCursor(Toolkit toolkit)
public void show()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||