Uses of Class
com.iizix.image.ImageType
Packages that use ImageType Package Description com.iizix.image com.iizix.prop.ui com.iizix.user Uses of ImageType in com.iizix.image
Methods in com.iizix.image that return ImageType Modifier and Type Method Description static ImageTypeImageType. fromExtension(java.lang.String extension)Finds the image type for a file extension.static ImageTypeImageType. fromMediaType(java.lang.String mediaType)Finds the image type from the "image/..." string.static ImageTypeImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageType[]ImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Uses of ImageType in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ImageType Modifier and Type Method Description ImageTypeUIImage2. getImageType()Gets the image type.Methods in com.iizix.prop.ui with parameters of type ImageType Modifier and Type Method Description voidIUIImage2Listener. 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.Uses of ImageType in com.iizix.user
Methods in com.iizix.user that return ImageType Modifier and Type Method Description ImageTypeProfilePictureInfo. getImageType()Gets the image type from the media type.