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 classEUIImage2Image component.Uses of UIImage2 in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return UIImage2 Modifier and Type Method Description UIImage2UIImage2. clone()Creates a clone out of this property.Methods in com.iizix.prop.ui with parameters of type UIImage2 Modifier and Type Method Description voidIUIImage2Listener. onImageChanged(UIImage2 image, IImageTarget imageTarget)Change of image caused by the user selecting a new image (theimageTargetisnull), 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.voidIUIImage2Listener. onImageModified(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect)Invoked when the image has been modified.voidIUIImage2Listener. 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.