The GestureList class represents a list of Gesture objects. More...
Inherits Interface, and Iterable< Gesture >.
Public Member Functions | |
GestureList | append (GestureList other) |
Appends the members of the specified GestureList to this GestureList. More... | |
int | count () |
The length of this list. More... | |
GestureList () | |
Constructs an empty gesture list. More... | |
Gesture | get (int index) |
Access a list member by its position in the list. More... | |
boolean | isEmpty () |
Reports whether the list is empty. More... | |
The GestureList class represents a list of Gesture objects.
Get a GestureList object from a Frame object.
GestureList | ( | ) |
Constructs an empty gesture list.
GestureList append | ( | GestureList | other | ) |
Appends the members of the specified GestureList to this GestureList.
other | A GestureList object containing Gesture objects to append to the end of this GestureList. |
int count | ( | ) |
The length of this list.
Gesture get | ( | int | index | ) |
Access a list member by its position in the list.
index | The zero-based list position index. |
boolean isEmpty | ( | ) |
Reports whether the list is empty.