Uses of Class
net.coobird.thumbnailator.util.exif.IfdType
-
Packages that use IfdType Package Description net.coobird.thumbnailator.util.exif This package contains utilities classes used to handle Exif metadata. -
-
Uses of IfdType in net.coobird.thumbnailator.util.exif
Fields in net.coobird.thumbnailator.util.exif declared as IfdType Modifier and Type Field Description private IfdTypeIfdStructure. typeMethods in net.coobird.thumbnailator.util.exif that return IfdType Modifier and Type Method Description IfdTypeIfdStructure. getType()Returns the type element in the IFD structure.static IfdTypeIfdType. typeOf(int value)Returns theIfdTypecorresponding to the given IFD type value.static IfdTypeIfdType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IfdType[]IfdType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-