java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.exif.NikonType1MakernoteDirectory
- All Implemented Interfaces:
- java.io.Serializable
- public class NikonType1MakernoteDirectory
- extends com.drew.metadata.Directory
| Methods inherited from class com.drew.metadata.Directory |
addError, containsTag, getBoolean, getByteArray, getDate, getDescription, getDouble, getErrorCount, getErrors, getFloat, getInt, getIntArray, getLong, getObject, getRational, getRationalArray, getString, getStringArray, getTagCount, getTagIterator, getTagName, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setFloat, setInt, setIntArray, setLong, setRational, setRationalArray, setString, setStringArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_NIKON_TYPE1_UNKNOWN_1
public static final int TAG_NIKON_TYPE1_UNKNOWN_1
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_QUALITY
public static final int TAG_NIKON_TYPE1_QUALITY
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_COLOR_MODE
public static final int TAG_NIKON_TYPE1_COLOR_MODE
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_IMAGE_ADJUSTMENT
public static final int TAG_NIKON_TYPE1_IMAGE_ADJUSTMENT
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_CCD_SENSITIVITY
public static final int TAG_NIKON_TYPE1_CCD_SENSITIVITY
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_WHITE_BALANCE
public static final int TAG_NIKON_TYPE1_WHITE_BALANCE
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_FOCUS
public static final int TAG_NIKON_TYPE1_FOCUS
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_UNKNOWN_2
public static final int TAG_NIKON_TYPE1_UNKNOWN_2
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_DIGITAL_ZOOM
public static final int TAG_NIKON_TYPE1_DIGITAL_ZOOM
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_CONVERTER
public static final int TAG_NIKON_TYPE1_CONVERTER
- See Also:
- Constant Field Values
TAG_NIKON_TYPE1_UNKNOWN_3
public static final int TAG_NIKON_TYPE1_UNKNOWN_3
- See Also:
- Constant Field Values
tagNameMap
protected static final java.util.HashMap tagNameMap
NikonType1MakernoteDirectory
public NikonType1MakernoteDirectory()
getName
public java.lang.String getName()
- Description copied from class:
com.drew.metadata.Directory
- Provides the name of the directory, for display purposes. E.g.
Exif
getTagNameMap
protected java.util.HashMap getTagNameMap()
- Description copied from class:
com.drew.metadata.Directory
- Provides the map of tag names, hashed by tag type identifier.