Class EXIFInteroperabilityTagSet
- java.lang.Object
-
- com.github.jaiimageio.plugins.tiff.TIFFTagSet
-
- com.github.jaiimageio.plugins.tiff.EXIFInteroperabilityTagSet
-
public class EXIFInteroperabilityTagSet extends TIFFTagSet
A class representing the tags found in an EXIF Interoperability IFD.- See Also:
EXIFTIFFTagSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
EXIFInteroperabilityTagSet.InteroperabilityIndex
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INTEROPERABILITY_INDEX_R98
A value to be used with the "InteroperabilityIndex" tag.static java.lang.String
INTEROPERABILITY_INDEX_THM
A value to be used with the "InteroperabilityIndex" tag.static int
TAG_INTEROPERABILITY_INDEX
A tag indicating the identification of the Interoperability rule (type ASCII).private static java.util.List
tags
private static EXIFInteroperabilityTagSet
theInstance
-
Constructor Summary
Constructors Modifier Constructor Description private
EXIFInteroperabilityTagSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EXIFInteroperabilityTagSet
getInstance()
Returns the shared instance ofEXIFInteroperabilityTagSet
.private static void
initTags()
-
Methods inherited from class com.github.jaiimageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
-
-
-
Field Detail
-
TAG_INTEROPERABILITY_INDEX
public static final int TAG_INTEROPERABILITY_INDEX
A tag indicating the identification of the Interoperability rule (type ASCII).
-
INTEROPERABILITY_INDEX_R98
public static final java.lang.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_THM
public static final java.lang.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
-
theInstance
private static EXIFInteroperabilityTagSet theInstance
-
tags
private static java.util.List tags
-
-
Method Detail
-
initTags
private static void initTags()
-
getInstance
public static EXIFInteroperabilityTagSet getInstance()
Returns the shared instance ofEXIFInteroperabilityTagSet
.- Returns:
- the
EXIFInteroperabilityTagSet
instance.
-
-