Uses of Enum Class
com.iizix.image.ImageType
Uses of ImageType in com.iizix.image
Modifier and TypeMethodDescriptionstatic ImageType
ImageType.fromExtension
(String extension) Finds the image type for a file extension.static ImageType
ImageType.fromMediaType
(String mediaType) Finds the image type from the "image/..." string.static ImageType
Returns the enum constant of this class with the specified name.static ImageType[]
ImageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Uses of ImageType in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
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.Uses of ImageType in com.iizix.user
Modifier and TypeMethodDescriptionProfilePictureInfo.getImageType()
Gets the image type from the media type.