"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class Joystick.AxisType

java.lang.Object
  extended by edu.wpi.first.wpilibj.Joystick.AxisType
Enclosing class:
Joystick

public static class Joystick.AxisType
extends Object

Represents an analog axis on a joystick.


Field Summary
static Joystick.AxisType kNumAxis
          axis: number of axis
static Joystick.AxisType kThrottle
          axis: throttle
static Joystick.AxisType kTwist
          axis: twist
static Joystick.AxisType kX
          axis: x-axis
static Joystick.AxisType kY
          axis: y-axis
static Joystick.AxisType kZ
          axis: z-axis
 int value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kX

public static final Joystick.AxisType kX
axis: x-axis


kY

public static final Joystick.AxisType kY
axis: y-axis


kZ

public static final Joystick.AxisType kZ
axis: z-axis


kTwist

public static final Joystick.AxisType kTwist
axis: twist


kThrottle

public static final Joystick.AxisType kThrottle
axis: throttle


kNumAxis

public static final Joystick.AxisType kNumAxis
axis: number of axis


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"