public abstract class TagSet
extends java.lang.Object
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.
Constructor and Description |
---|
TagSet(java.lang.String name,
TIFFTag[] tags) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
TIFFTag |
getTag(int tagNumber)
Returns the TIFFTag from this set that is associated with the given
tag number.
|
public TagSet(java.lang.String name, TIFFTag[] tags)
public TIFFTag getTag(int tagNumber)
public java.lang.String getName()