| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Joystick.AxisType | |
|---|---|
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| Uses of Joystick.AxisType in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as Joystick.AxisType | |
|---|---|
| static Joystick.AxisType | Joystick.AxisType.kNumAxisaxis: number of axis | 
| static Joystick.AxisType | Joystick.AxisType.kThrottleaxis: throttle | 
| static Joystick.AxisType | Joystick.AxisType.kTwistaxis: twist | 
| static Joystick.AxisType | Joystick.AxisType.kXaxis: x-axis | 
| static Joystick.AxisType | Joystick.AxisType.kYaxis: y-axis | 
| static Joystick.AxisType | Joystick.AxisType.kZaxis: z-axis | 
| Methods in edu.wpi.first.wpilibj with parameters of type Joystick.AxisType | |
|---|---|
|  double | Joystick.getAxis(Joystick.AxisType axis)For the current joystick, return the axis determined by the argument. | 
|  int | Joystick.getAxisChannel(Joystick.AxisType axis)Get the channel currently associated with the specified axis. | 
|  void | Joystick.setAxisChannel(Joystick.AxisType axis,
               int channel)Set the channel associated with a specified axis. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||