Methods
hide(index)
Hide the image viewer.
Parameters:
Name | Type | Description |
---|---|---|
index |
number | The index of the image-display to hide. |
init()
Initialize the object. Calls the init function of
ImageDisplay.Image.
show(index)
Show the image viewer.
Parameters:
Name | Type | Description |
---|---|---|
index |
number | The index of the image-display to show. |
showImage(index)
Show the image with the given index as the current image.
Parameters:
Name | Type | Description |
---|---|---|
index |
number | The index of the image to be displayed to the user. |