public class ExifInteropDirectory extends Directory
Modifier and Type | Field and Description |
---|---|
protected static HashMap<Integer,String> |
_tagNameMap |
static int |
TAG_INTEROP_INDEX |
static int |
TAG_INTEROP_VERSION |
static int |
TAG_RELATED_IMAGE_FILE_FORMAT |
static int |
TAG_RELATED_IMAGE_LENGTH |
static int |
TAG_RELATED_IMAGE_WIDTH |
_definedTagList, _descriptor, _tagMap
Constructor and Description |
---|
ExifInteropDirectory() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Provides the name of the directory, for display purposes.
|
protected HashMap<Integer,String> |
getTagNameMap()
Provides the map of tag names, hashed by tag type identifier.
|
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getRational, getRationalArray, getString, getString, getStringArray, getTagCount, getTagName, getTags, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray
public static final int TAG_INTEROP_INDEX
public static final int TAG_INTEROP_VERSION
public static final int TAG_RELATED_IMAGE_FILE_FORMAT
public static final int TAG_RELATED_IMAGE_WIDTH
public static final int TAG_RELATED_IMAGE_LENGTH
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.