Uses of Class
com.jme.input.controls.controller.Axis

Packages that use Axis
com.jme.input.controls.controller   
 

Uses of Axis in com.jme.input.controls.controller
 

Methods in com.jme.input.controls.controller that return Axis
static Axis Axis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Axis[] Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.jme.input.controls.controller with parameters of type Axis
RotationController(Spatial spatial, GameControl positive, GameControl negative, float multiplier, Axis axis)
           
ThrottleController(Spatial spatial, GameControl forward, float maxForwardThrottle, GameControl reverse, float maxReverseThrottle, float deadZone, float multiplier, float degradation, boolean alwaysDegrade, Axis axis)