Uses of Class
com.github.jaiimageio.impl.plugins.tiff.TIFFIFD
Packages that use TIFFIFD
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFIFD in com.github.jaiimageio.impl.plugins.tiff
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFIFDMethods in com.github.jaiimageio.impl.plugins.tiff that return TIFFIFDModifier and TypeMethodDescriptionTIFFImageMetadata.getRootIFD()TIFFIFD.getShallowClone()Returns aTIFFIFDwherein all fields from theBaselineTIFFTagSetare copied by value and all other fields copied by reference.static TIFFIFDprivate TIFFIFDTIFFImageWriter.readIFD(int imageIndex) Methods in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFIFDModifier and TypeMethodDescriptionprivate NodeTIFFImageMetadata.getIFDAsTree(TIFFIFD ifd, String parentTagName, int parentTagNumber) Constructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFIFD -
Uses of TIFFIFD in com.github.jaiimageio.plugins.tiff
Methods in com.github.jaiimageio.plugins.tiff that return TIFFIFDModifier and TypeMethodDescriptionprivate static TIFFIFDTIFFDirectory.getDirectoryAsIFD(TIFFDirectory dir) Converts aTIFFDirectoryto aTIFFIFD.