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

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

Uses of Cursor.Type in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return Cursor.Type
 Cursor.Type Widget.getCursor()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type Cursor.Type
 void Widget.setCursor(Cursor.Type cursor)
          Sets the Cursor type to be used when the cursor is over this Widget and which is inherited to the Children, if this is a container.
 

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

Methods in org.xith3d.ui.hud.utils that return Cursor.Type
 Cursor.Type HUDPickResult.getInheritedCursorType()
           
static Cursor.Type Cursor.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cursor.Type[] Cursor.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.ui.hud.utils with parameters of type Cursor.Type
 Cursor CursorSet.get(Cursor.Type cursorType)
          Returns the Cursor for the given cursor type.
 void CursorSet.set(Cursor.Type type, Cursor cursor)
          Sets the Cursor for the given cursor.
 HUDPickResult HUDPickResult.set(Widget widget, Cursor.Type cursor, float absPosX, float absPosY, float relPosX, float relPosY, HUDPickResult.HUDPickReason pickReason, org.jagatoo.input.devices.components.MouseButton button)
          Fills this WidgetPickResult.
 

Constructors in org.xith3d.ui.hud.utils with parameters of type Cursor.Type
HUDPickResult(Widget widget, Cursor.Type cursor, org.openmali.vecmath2.Tuple2f absPos, float relPosX, float relPosY, HUDPickResult.HUDPickReason pickReason, org.jagatoo.input.devices.components.MouseButton button)
          Constructs a new WidgetPickResult.