Uses of Enum Class
com.iizix.image.ImageType
Packages that use ImageType
Uses of ImageType in com.iizix.image
Methods in com.iizix.image that return ImageTypeModifier and TypeMethodDescriptionstatic ImageTypeImageType.fromExtension(String extension) Finds the image type for a file extension.static ImageTypeImageType.fromMediaType(String mediaType) Finds the image type from the "image/..." string.static ImageTypeReturns 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
Methods in com.iizix.prop.ui that return ImageTypeMethods in com.iizix.prop.ui with parameters of type ImageTypeModifier and TypeMethodDescriptionvoidIUIImage2Listener.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
Methods in com.iizix.user that return ImageTypeModifier and TypeMethodDescriptionProfilePictureInfo.getImageType()Gets the image type from the media type.