Uses of Class
org.xith3d.ui.hud.utils.Cursor

Packages that use Cursor
org.xith3d.ui.hud   
org.xith3d.ui.hud.utils   
 

Uses of Cursor in org.xith3d.ui.hud
 

Methods in org.xith3d.ui.hud with parameters of type Cursor
 void HUD.setCursor(Cursor pointer1)
          This is a convenience (and backwards-compatible) method to set the Cursor.
 

Uses of Cursor in org.xith3d.ui.hud.utils
 

Methods in org.xith3d.ui.hud.utils that return Cursor
 Cursor CursorSet.get(Cursor.Type cursorType)
          Returns the Cursor for the given cursor type.
 Cursor CursorSet.getCrosshair()
          Return the Cursor for the CROSSHAIR cursor.
 Cursor CursorSet.getHelpCursor()
          Return the Cursor for the HELP cursor.
 Cursor CursorSet.getPointer1()
          Return the Cursor for the (default) POINTER1 cursor.
 Cursor CursorSet.getPointer2()
          Return the Cursor for the POINTER2 cursor.
 Cursor CursorSet.getTextCursor()
          Return the Cursor for the TEXT cursor.
 Cursor CursorSet.getWaitCursor()
          Return the Cursor for the WAIT cursor.
 

Methods in org.xith3d.ui.hud.utils with parameters of type Cursor
 void CursorSet.set(Cursor.Type type, Cursor cursor)
          Sets the Cursor for the given cursor.
 void CursorSet.setCrosshair(Cursor cursor)
          Sets the Cursor for the CROSSHAIR cursor.
 void CursorSet.setHelpCursor(Cursor cursor)
          Sets the Cursor for the HELP cursor.
 void CursorSet.setPointer1(Cursor cursor)
          Sets the Cursor for the (default) POINTER1 cursor.
 void CursorSet.setPointer2(Cursor cursor)
          Sets the Cursor for the POINTER2 cursor.
 void CursorSet.setTextCursor(Cursor cursor)
          Sets the Cursor for the TEXT cursor.
 void CursorSet.setWaitCursor(Cursor cursor)
          Sets the Cursor for the WAIT cursor.