Uses of Class
org.monte.media.tiff.IFDEntry
Packages that use IFDEntry
-
Uses of IFDEntry in org.monte.media.tiff
Fields in org.monte.media.tiff declared as IFDEntryModifier and TypeFieldDescriptionprotected IFDEntryTIFFNode.ifdEntryThe IFDEntry from which this node was read.Methods in org.monte.media.tiff that return IFDEntryModifier and TypeMethodDescriptionIFD.get(int index) Returns theIFDEntryat the specified index.TIFFNode.getIFDEntry()Methods in org.monte.media.tiff that return types with arguments of type IFDEntryConstructors in org.monte.media.tiff with parameters of type IFDEntryModifierConstructorDescriptionTIFFDirectory(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.