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 aTIFFIFD
wherein all fields from theBaselineTIFFTagSet
are copied by value and all other fields copied by reference.static TIFFIFD
private TIFFIFD
TIFFImageWriter.readIFD
(int imageIndex) Methods in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFIFDModifier and TypeMethodDescriptionprivate Node
TIFFImageMetadata.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 TIFFIFD
TIFFDirectory.getDirectoryAsIFD
(TIFFDirectory dir) Converts aTIFFDirectory
to aTIFFIFD
.