The ImageList class represents a list of Image objects. More...
Inherits Interface, and Iterable< Image >.
Public Member Functions | |
ImageList | append (ImageList other) |
Appends the members of the specified ImageList to this ImageList. More... | |
int | count () |
The number of images in this list. More... | |
Image | get (int index) |
Access a list member by its position in the list. More... | |
ImageList () | |
Constructs an empty list of images. More... | |
boolean | isEmpty () |
Reports whether the list is empty. More... | |
The ImageList class represents a list of Image objects.
Get the ImageList object associated with the a Frame of tracking data by calling Frame::images(). Get the most recent set of images, which can be newer than the images used to create the current frame, by calling Controller::images().
ImageList | ( | ) |
Constructs an empty list of images.
int count | ( | ) |
The number of images in this list.
Image 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.