Uses of Enum Class
com.iizix.prop.ui.ImageOrientation
Uses of ImageOrientation in com.iizix.prop.ui
Modifier and TypeMethodDescriptionstatic ImageOrientation
ImageOrientation.from
(int orientation) Returns an orientation from the given integer value.UIImage2.getImageOrientation()
Gets the image orientation.static ImageOrientation
Returns the enum constant of this class with the specified name.static ImageOrientation[]
ImageOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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.