Uses of Class
codes.thischwa.jii.ImageType
-
Packages that use ImageType Package Description codes.thischwa.jii Contain the basic interfaces and objects.codes.thischwa.jii.core Contain the wrapper objects (core interfaces) for the different implementations ofIInfoProvider
and subinterfaces. -
-
Uses of ImageType in codes.thischwa.jii
Methods in codes.thischwa.jii that return ImageType Modifier and Type Method Description static ImageType
ImageType. getByExtension(String ext)
Retrieve anImageType
of the desired file extension.static ImageType
ImageType. getByMimeType(String mimeType)
Retrieve anImageType
of the desired mime type.ImageType
IInfoProvider. getImageType()
Obtain theImageType
of the current image file.ImageType[]
IInfoProvider. getSupportedTypes()
Return allImageType
s supported by the implemented class.static ImageType
ImageType. valueOf(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 codes.thischwa.jii.core
Methods in codes.thischwa.jii.core that return ImageType Modifier and Type Method Description ImageType
CommonsImageInfoWrapper. getImageType()
ImageType
ImageInfoWrapper. getImageType()
ImageType
ImageIOWrapper. getImageType()
ImageType
ImageMagickWrapper. getImageType()
ImageType
iTextImageWrapper. getImageType()
ImageType
SimpleImageInfoWrapper. getImageType()
ImageType[]
CommonsImageInfoWrapper. getSupportedTypes()
ImageType[]
ImageInfoWrapper. getSupportedTypes()
ImageType[]
ImageIOWrapper. getSupportedTypes()
ImageType[]
ImageMagickWrapper. getSupportedTypes()
ImageType[]
iTextImageWrapper. getSupportedTypes()
ImageType[]
SimpleImageInfoWrapper. getSupportedTypes()
-