Definition at line 30 of file LedStatus.java.
org.openkinect.freenect.LedStatus.LedStatus |
( |
int |
value | ) |
|
|
inlineprivate |
org.openkinect.freenect.LedStatus.[static initializer] |
( |
| ) |
|
|
inlinestatic |
static LedStatus org.openkinect.freenect.LedStatus.fromInt |
( |
int |
value | ) |
|
|
inlinestatic |
int org.openkinect.freenect.LedStatus.intValue |
( |
| ) |
|
|
inline |
org.openkinect.freenect.LedStatus.BLINK_GREEN =(5) |
org.openkinect.freenect.LedStatus.BLINK_RED_YELLOW =(6) |
org.openkinect.freenect.LedStatus.BLINK_YELLOW =(4) |
org.openkinect.freenect.LedStatus.GREEN =(1) |
static final Map<Integer, LedStatus> org.openkinect.freenect.LedStatus.MAP = new HashMap<Integer, LedStatus>(7) |
|
staticprivate |
org.openkinect.freenect.LedStatus.OFF =(0) |
org.openkinect.freenect.LedStatus.RED =(2) |
final int org.openkinect.freenect.LedStatus.value |
|
private |
org.openkinect.freenect.LedStatus.YELLOW =(3) |
The documentation for this enum was generated from the following file: