|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.MultimodalGestureQueue.QueueElement
public class MultimodalGestureQueue.QueueElement
This class represents an element in the queue and encapsulates different information.
| Constructor Summary | |
|---|---|
MultimodalGestureQueue.QueueElement(ResultSet resultSet,
String character)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(MultimodalGestureQueue.QueueElement o)
|
void |
decrementWindows()
Decrement the number of time windows by 1. |
String |
getCharacterRepresentation()
|
Gesture<?> |
getGesture()
|
ResultSet |
getResultSet()
|
long |
getTime()
|
int |
getWindows()
The number of time windows overlapping this gesture. |
void |
incrementWindows()
Increment the number of time windows by 1. |
boolean |
isIdentified()
|
void |
setIdentified(boolean identified)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultimodalGestureQueue.QueueElement(ResultSet resultSet,
String character)
| Method Detail |
|---|
public boolean isIdentified()
public void setIdentified(boolean identified)
identified - the identified to setpublic int getWindows()
public void incrementWindows()
public void decrementWindows()
public Gesture<?> getGesture()
public String getCharacterRepresentation()
public long getTime()
public int compareTo(MultimodalGestureQueue.QueueElement o)
compareTo in interface Comparable<MultimodalGestureQueue.QueueElement>public ResultSet getResultSet()
public String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||