Uses of Enum Class
com.iizix.prop.ui.ImageOrientation
Packages that use ImageOrientation
Uses of ImageOrientation in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ImageOrientationModifier and TypeMethodDescriptionstatic ImageOrientationImageOrientation.from(int orientation) Returns an orientation from the given integer value.UIImage2.getImageOrientation()Gets the image orientation.static ImageOrientationReturns 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.Methods in com.iizix.prop.ui with parameters of type ImageOrientationModifier and TypeMethodDescriptionvoidIUIImage2Listener.onImageModified(UIImage2 image, ImageOrientation orientation, double zoom, GRect rect) Invoked when the image has been modified.voidIUIImage2Listener.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.