Uses of Class
org.monte.media.tiff.TagSet
Packages that use TagSet
Package
Description
Provides classes for processing EXIF meta-data.
Provides classes for reading TIFF files.
-
Uses of TagSet in org.monte.media.exif
Subclasses of TagSet in org.monte.media.exifModifier and TypeClassDescriptionclassclassEnumeration of Fujifilm MakerNote tags.classclassImageTagSet.classEnumeration of Interoperation EXIF tags.classSyntethic tags for the entry information Multi-Picture format (MPF) tags as found in MPO image files generated by Fujifilm Finepix Real 3D W1 cameras.classEnumeration of Multi-Picture format (MPF) tags as found in MPO image files generated by Fujifilm Finepix Real 3D W1 cameras.classclassTrackTagSet.Methods in org.monte.media.exif with parameters of type TagSetModifier and TypeMethodDescriptionEXIFReader.getDirectories(int image, TagSet tagSet) Returns all IFDDirectories of the specified tag set for the given image. -
Uses of TagSet in org.monte.media.tiff
Subclasses of TagSet in org.monte.media.tiffModifier and TypeClassDescriptionclassA class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.Methods in org.monte.media.tiff that return TagSetModifier and TypeMethodDescriptionTIFFDirectory.getTagSet()Returns the tag set used by this directory.Constructors in org.monte.media.tiff with parameters of type TagSetModifierConstructorDescriptionTIFFDirectory(TagSet tagSet, TIFFTag tag, int index) Creates a TIFFDirectory identified by the specified TIFFTag.TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, ArrayList<FileSegment> fileSegments) TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, FileSegment fileSegment) TIFFDirectory(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.