Uses of Class
org.monte.media.tiff.IFD
Packages that use IFD
-
Uses of IFD in org.monte.media.tiff
Methods in org.monte.media.tiff that return IFDModifier and TypeMethodDescriptionTIFFDirectory.getIFD()Returns the IFD from which this directory has been read.TIFFInputStream.readIFD(long offset) Reads the IFD at the specified offset.TIFFInputStream.readIFD(long offset, boolean hasNextOffset, boolean isFirstIFD) Reads the IFD at the specified offset.Methods in org.monte.media.tiff with parameters of type IFDConstructors in org.monte.media.tiff with parameters of type IFDModifierConstructorDescriptionTIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, ArrayList<FileSegment> fileSegments) Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, FileSegment fileSegment) Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.