Thumb manipulation on all layers: zoom, rotate, and position.
Bring to front, send to back, restore image, and delete.
LoadImage
Loads an image from the device and displays it in an Arrangement.
Returns the image ID.
RemoveImage
Delete the image by passing its id.
BringToFront
Bring the image to the front by passing its id.
SendToBack
Send an image to the back by passing its id.
ResetImage
Resets the transformation of an image by passing its id.
GetLastTouchedImageId
Returns the ID of the last touched image
ImageTouched
Triggered when an image is touched.
Update v1.1 June 17, 2025.
FlipImage
Flip an image vertically or horizontally.
- Mirror mode.
RotateImage
Rotate an image by specific degrees.
ResetRotation
Resets the rotation of an image.
This sets the image to degree 0
GetImageRotation
Get current rotation angle of an image in degrees.
ImageRotated
Triggered when an image is rotated, returns the current rotation angle in degrees.
Update v1.2 June 22, 2025.
DisableRotation
Disable or enable rotation for a specific image.
Opacity
Set image opacity (0-1).
v1.2 June 22, 2025.
Features:
- Disable rotation and set opacity.
ImageLoader.aia (35.5 KB)
joejsanz.joedevimageloader.aix (13.9 KB)
JDK: 11
Minimum API Level: 21
Updated On: 2025-06-22T07:00:00Z
Built & documented using: FAST v3.7.0-premium
Thanks.