Uses of Class
com.threerings.opengl.gui.Cursor

Packages that use Cursor
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of Cursor in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Cursor
 Cursor Component.getCursor()
          Returns a reference to the cursor used by this component.
 

Methods in com.threerings.opengl.gui with parameters of type Cursor
 void Root.setCursor(Cursor cursor)
          Sets the cursor to display (or null to use the default cursor).
 void Component.setCursor(Cursor cursor)
          Configures the cursor for this component.
 

Uses of Cursor in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return Cursor
 Cursor CursorConfig.getCursor(GlContext ctx)
          Returns the cursor corresponding to this config.
 



Copyright © 2011. All Rights Reserved.