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 ImageOrientation
ImageOrientation. from(int orientation)
Returns an orientation from the given integer value.ImageOrientation
UIImage2. getImageOrientation()
Gets the image orientation.static ImageOrientation
ImageOrientation. 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 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.