Uses of Class
com.iizix.prop.ui.ImageOrientation
Packages that use ImageOrientation Package Description com.iizix.prop.ui Uses of ImageOrientation in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ImageOrientation Modifier and Type Method Description static ImageOrientationImageOrientation. from(int orientation)Returns an orientation from the given integer value.ImageOrientationUIImage2. getImageOrientation()Gets the image orientation.static ImageOrientationImageOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageOrientation[]ImageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.ui with parameters of type ImageOrientation Modifier and Type Method Description 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.