|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.voidplus.leapmotion.Gesture
public abstract class Gesture
Constructor Summary | |
---|---|
Gesture(PApplet parent,
LeapMotion leap,
com.leapmotion.leap.Gesture gesture)
|
Method Summary | |
---|---|
int |
countHands()
Get the number of detected hands. |
long |
getDuration()
The elapsed duration of the recognized movement up to the frame containing this Gesture object, in microseconds. |
float |
getDurationInSeconds()
The elapsed duration in seconds. |
ArrayList<Hand> |
getHands()
Get all detected hands. |
int |
getId()
Get the unique ID. |
boolean |
hasHands()
Check if there is any hand. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gesture(PApplet parent, LeapMotion leap, com.leapmotion.leap.Gesture gesture)
Method Detail |
---|
public int getId()
public long getDuration()
public float getDurationInSeconds()
public boolean hasHands()
public ArrayList<Hand> getHands()
public int countHands()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |