Class ExifInteroperabilityTagSet

public final class ExifInteroperabilityTagSet
extends TIFFTagSet

A class representing the tags found in an Exif Interoperability IFD.

Since:
9
See Also:
ExifTIFFTagSet

Fields

Modifier and Type Field Description
static String INTEROPERABILITY_INDEX_R98

A value to be used with the "InteroperabilityIndex" tag.

static 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).

Methods

Modifier and Type Method Description
static ExifInteroperabilityTagSet getInstance()

Returns the shared instance of ExifInteroperabilityTagSet.

Methods declared in class javax.imageio.plugins.tiff.TIFFTagSet

getTag, getTag, getTagNames, getTagNumbers

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

TAG_INTEROPERABILITY_INDEX

public static final int TAG_INTEROPERABILITY_INDEX

A tag indicating the identification of the Interoperability rule (type ASCII).

See Also:
INTEROPERABILITY_INDEX_R98, INTEROPERABILITY_INDEX_THM, Constant Field Values

INTEROPERABILITY_INDEX_R98

public 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_THM

public 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

Methods

getInstance

public static ExifInteroperabilityTagSet getInstance()

Returns the shared instance of ExifInteroperabilityTagSet.

Returns:
the ExifInteroperabilityTagSet instance.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/imageio/plugins/tiff/ExifInteroperabilityTagSet.html