public class ImageList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<Image>
| Constructor and Description |
|---|
ImageList()
Creates a new instance of the ImageList class.
|
ImageList(long handle)
Creates a new instance of the ImageList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Image imageItem)
Adds an item to the ImageList object.
|
void |
clear()
Clears the ImageList object.
|
ImageList |
clone()
Creates a copy of the ImageList object.
|
void |
close()
Releases all resources used by this ImageList.
|
protected void |
finalize()
Finalizer for this class.
|
Image |
get(int index)
Gets an item of the ImageList object.
|
int |
getCount()
Gets the number of elements in the ImageList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<Image> |
iterator() |
void |
removeAt(int index)
Removes an element of the ImageList object.
|
void |
resize(int newSize)
ImageList object.
|
void |
set(int index,
Image imageItem)
Sets an item of the ImageList object.
|
public ImageList()
throws FaceException
FaceException - An error has occurred during Face Library execution.public ImageList(long handle)
throws FaceException
handle - Handle to the ImageList.FaceException - An error has occurred during Face Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public ImageList clone() throws FaceException
clone in class java.lang.ObjectFaceException - An error has occurred during Face Library execution.public void clear()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void add(Image imageItem) throws FaceException
imageItem - Image item to add.FaceException - An error has occurred during Face Library execution.public Image get(int index) throws FaceException
index - Index of the Image item to get.FaceException - An error has occurred during Face Library execution.public void set(int index,
Image imageItem)
throws FaceException
index - Index of the Image item to set.imageItem - Image item to set.FaceException - An error has occurred during Face Library execution.public int getCount()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void removeAt(int index)
throws FaceException
index - Index of the Image item to remove.FaceException - An error has occurred during Face Library execution.public void resize(int newSize)
throws FaceException
newSize - Image object.FaceException - An error has occurred during Face Library execution.Copyright © id3 Technologies. All rights reserved. eu.id3.face