Uses of Class
com.iizix.prop.ui.UIImage2
Uses of UIImage2 in com.iizigo.panel.prop
Uses of UIImage2 in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
IUIImage2Listener.onImageChanged
(UIImage2 image, IImageTarget imageTarget) Change of image caused by the user selecting a new image (theimageTarget
isnull
), some programmatic call not directly caused by the user, but as a result of a user change at some earlier point in time, or that the VirtualSpace value was changed.void
IUIImage2Listener.onImageModified
(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect) Invoked when the image has been modified.void
IUIImage2Listener.onImageSelection
(UIImage2 image, String name, ImageType type, byte[] data, int width, int height, ImageOrientation orientation, double zoom, GRect rect, boolean isCircle) Invoked when the user has selected an image.