Class EXIFInteroperabilityTagSet
java.lang.Object
com.github.jaiimageio.plugins.tiff.TIFFTagSet
com.github.jaiimageio.plugins.tiff.EXIFInteroperabilityTagSet
A class representing the tags found in an EXIF Interoperability IFD.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A value to be used with the "InteroperabilityIndex" tag.static final String
A value to be used with the "InteroperabilityIndex" tag.static final int
A tag indicating the identification of the Interoperability rule (type ASCII).private static List
private static EXIFInteroperabilityTagSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EXIFInteroperabilityTagSet
Returns the shared instance ofEXIFInteroperabilityTagSet
.private static void
initTags()
Methods inherited from class com.github.jaiimageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
Field Details
-
TAG_INTEROPERABILITY_INDEX
public static final int TAG_INTEROPERABILITY_INDEXA tag indicating the identification of the Interoperability rule (type ASCII).- See Also:
-
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:
-
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:
-
theInstance
-
tags
-
-
Constructor Details
-
EXIFInteroperabilityTagSet
private EXIFInteroperabilityTagSet()
-
-
Method Details
-
initTags
private static void initTags() -
getInstance
Returns the shared instance ofEXIFInteroperabilityTagSet
.- Returns:
- the
EXIFInteroperabilityTagSet
instance.
-