- java.lang.Object
- 
- javax.imageio.plugins.tiff.TIFFTagSet
- 
- javax.imageio.plugins.tiff.ExifInteroperabilityTagSet
 
 
- 
 public final class ExifInteroperabilityTagSet extends TIFFTagSet A class representing the tags found in an Exif Interoperability IFD.- Since:
- 9
- See Also:
- ExifTIFFTagSet
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringINTEROPERABILITY_INDEX_R98A value to be used with the "InteroperabilityIndex" tag.static StringINTEROPERABILITY_INDEX_THMA value to be used with the "InteroperabilityIndex" tag.static intTAG_INTEROPERABILITY_INDEXA tag indicating the identification of the Interoperability rule (type ASCII).
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ExifInteroperabilityTagSetgetInstance()Returns the shared instance ofExifInteroperabilityTagSet.- 
Methods declared in class javax.imageio.plugins.tiff.TIFFTagSetgetTag, getTag, getTagNames, getTagNumbers
 
- 
 
- 
- 
- 
Field Detail- 
TAG_INTEROPERABILITY_INDEXpublic static final int TAG_INTEROPERABILITY_INDEX A tag indicating the identification of the Interoperability rule (type ASCII).
 - 
INTEROPERABILITY_INDEX_R98public static final String INTEROPERABILITY_INDEX_R98 A value to be used with the "InteroperabilityIndex" tag. Indicates a file conforming to the R98 file specification of Recommended Exif Interoperability Rules (ExifR98) or to the DCF basic file stipulated by the Design Rule for Camera File System (type ASCII).- See Also:
- TAG_INTEROPERABILITY_INDEX, Constant Field Values
 
 - 
INTEROPERABILITY_INDEX_THMpublic static final String INTEROPERABILITY_INDEX_THM A value to be used with the "InteroperabilityIndex" tag. Indicates a file conforming to the DCF thumbnail file stipulated by the Design rule for Camera File System (type ASCII).- See Also:
- TAG_INTEROPERABILITY_INDEX, Constant Field Values
 
 
- 
 - 
Method Detail- 
getInstancepublic static ExifInteroperabilityTagSet getInstance() Returns the shared instance ofExifInteroperabilityTagSet.- Returns:
- the ExifInteroperabilityTagSetinstance.
 
 
- 
 
-