Uses of Class
javax.imageio.plugins.tiff.TIFFDirectory
Packages that use TIFFDirectory
-
Uses of TIFFDirectory in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that return TIFFDirectory修饰符和类方法描述TIFFDirectory.clone()
Clones the directory and all the fields contained therein.static TIFFDirectory
TIFFDirectory.createFromMetadata
(IIOMetadata tiffImageMetadata) Creates aTIFFDirectory
instance from the contents of an image metadata object.TIFFField.getDirectory()
Returns the associatedTIFFDirectory
, if available.Constructors in javax.imageio.plugins.tiff with parameters of type TIFFDirectoryModifierConstructor描述TIFFField
(TIFFTag tag, int type, long offset, TIFFDirectory dir) Constructs aTIFFField
with an IFD offset and contents.