java.lang.Object
org.monte.media.tiff.TagSet
- Direct Known Subclasses:
BaselineTagSet,EXIFTagSet,FujifilmMakerNoteTagSet,GPSTagSet,ImageTagSet,InteroperabilityTagSet,MPEntryTagSet,MPFTagSet,SonyMakerNoteTagSet,TrackTagSet
A class representing a set of TIFF tags. Each tag in the set must have a
unique number (this is a limitation of the TIFF specification itself).
This class and its subclasses are responsible for mapping between raw tag numbers and TIFFTag objects, which contain additional information about each tag, such as the tag's name, legal data types, and mnemonic names for some or all of its data values.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TagSet
-
-
Method Details
-
getTag
Returns the TIFFTag from this set that is associated with the given tag number.
Returns a TIFFTag with name "unknown" if the tag is not defined. -
getName
- Returns:
- the name
-