Uses of Interface
com.drew.imaging.tiff.TiffHandler
-
Packages that use TiffHandler Package Description com.drew.imaging.tiff Contains classes for working with TIFF format files.com.drew.metadata.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.com.drew.metadata.photoshop Contains classes for the extraction and modelling of Photoshop metadata.com.drew.metadata.tiff Contains classes for the extraction and modelling of TIFF file metadata. -
-
Uses of TiffHandler in com.drew.imaging.tiff
Methods in com.drew.imaging.tiff with parameters of type TiffHandler Modifier and Type Method Description static voidTiffReader. processIfd(TiffHandler handler, RandomAccessReader reader, java.util.Set<java.lang.Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset)Processes a TIFF IFD.private static voidTiffReader. processTag(TiffHandler handler, int tagId, int tagValueOffset, int componentCount, int formatCode, RandomAccessReader reader)voidTiffReader. processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset)Processes a TIFF data sequence. -
Uses of TiffHandler in com.drew.metadata.exif
Classes in com.drew.metadata.exif that implement TiffHandler Modifier and Type Class Description classExifTiffHandlerImplementation ofTiffHandlerused for handling TIFF tags according to the Exif standard. -
Uses of TiffHandler in com.drew.metadata.photoshop
Classes in com.drew.metadata.photoshop that implement TiffHandler Modifier and Type Class Description classPhotoshopTiffHandler -
Uses of TiffHandler in com.drew.metadata.tiff
Classes in com.drew.metadata.tiff that implement TiffHandler Modifier and Type Class Description classDirectoryTiffHandler
-