"

2013 FRC Java API

"

edu.wpi.first.wpilibj.camera
Class AxisCamera.RotationT

java.lang.Object
  extended by edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
Enclosing class:
AxisCamera

public static class AxisCamera.RotationT
extends Object

Enumeration representing the orientation of the picture.


Field Summary
static AxisCamera.RotationT k0
          Picture is right side up.
static AxisCamera.RotationT k180
          Picture is rotated 180 degrees.
 int value
          The integer value of the 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 of the enumeration.


k0

public static final AxisCamera.RotationT k0
Picture is right side up.


k180

public static final AxisCamera.RotationT k180
Picture is rotated 180 degrees.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"