Uses of Class
com.iizix.prop.ui.UIImage2
Packages that use UIImage2 Package Description com.iizigo.panel.prop com.iizix.prop.ui Uses of UIImage2 in com.iizigo.panel.prop
Subclasses of UIImage2 in com.iizigo.panel.prop Modifier and Type Class Description class
EUIImage2
Image component.Uses of UIImage2 in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return UIImage2 Modifier and Type Method Description UIImage2
UIImage2. clone()
Creates a clone out of this property.Methods in com.iizix.prop.ui with parameters of type UIImage2 Modifier and Type Method Description void
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, java.lang.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.