Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.drew.metadata.exif
Class NikonType2MakernoteDirectory  view NikonType2MakernoteDirectory download NikonType2MakernoteDirectory.java

java.lang.Object
  extended bycom.drew.metadata.Directory
      extended bycom.drew.metadata.exif.NikonType2MakernoteDirectory
All Implemented Interfaces:
java.io.Serializable

public class NikonType2MakernoteDirectory
extends com.drew.metadata.Directory


Field Summary
static int TAG_NIKON_TYPE2_ADAPTER
           
static int TAG_NIKON_TYPE2_AF_FOCUS_POSITION
           
static int TAG_NIKON_TYPE2_COLOR_MODE
           
static int TAG_NIKON_TYPE2_DATA_DUMP
           
static int TAG_NIKON_TYPE2_DIGITAL_ZOOM
           
static int TAG_NIKON_TYPE2_FLASH_SETTING
           
static int TAG_NIKON_TYPE2_FOCUS_MODE
           
static int TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT
           
static int TAG_NIKON_TYPE2_IMAGE_SHARPENING
           
static int TAG_NIKON_TYPE2_ISO_SELECTION
           
static int TAG_NIKON_TYPE2_ISO_SETTING
           
static int TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE
           
static int TAG_NIKON_TYPE2_QUALITY
           
static int TAG_NIKON_TYPE2_UNKNOWN_1
           
static int TAG_NIKON_TYPE2_UNKNOWN_2
           
static int TAG_NIKON_TYPE2_WHITE_BALANCE
           
protected static java.util.HashMap tagNameMap
           
 
Fields inherited from class com.drew.metadata.Directory
_definedTagList, _descriptor, _tagMap
 
Constructor Summary
NikonType2MakernoteDirectory()
           
 
Method Summary
 java.lang.String getName()
          Provides the name of the directory, for display purposes.
protected  java.util.HashMap getTagNameMap()
          Provides the map of tag names, hashed by tag type identifier.
 
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
 

Field Detail

TAG_NIKON_TYPE2_UNKNOWN_1

public static final int TAG_NIKON_TYPE2_UNKNOWN_1
See Also:
Constant Field Values

TAG_NIKON_TYPE2_ISO_SETTING

public static final int TAG_NIKON_TYPE2_ISO_SETTING
See Also:
Constant Field Values

TAG_NIKON_TYPE2_COLOR_MODE

public static final int TAG_NIKON_TYPE2_COLOR_MODE
See Also:
Constant Field Values

TAG_NIKON_TYPE2_QUALITY

public static final int TAG_NIKON_TYPE2_QUALITY
See Also:
Constant Field Values

TAG_NIKON_TYPE2_WHITE_BALANCE

public static final int TAG_NIKON_TYPE2_WHITE_BALANCE
See Also:
Constant Field Values

TAG_NIKON_TYPE2_IMAGE_SHARPENING

public static final int TAG_NIKON_TYPE2_IMAGE_SHARPENING
See Also:
Constant Field Values

TAG_NIKON_TYPE2_FOCUS_MODE

public static final int TAG_NIKON_TYPE2_FOCUS_MODE
See Also:
Constant Field Values

TAG_NIKON_TYPE2_FLASH_SETTING

public static final int TAG_NIKON_TYPE2_FLASH_SETTING
See Also:
Constant Field Values

TAG_NIKON_TYPE2_UNKNOWN_2

public static final int TAG_NIKON_TYPE2_UNKNOWN_2
See Also:
Constant Field Values

TAG_NIKON_TYPE2_ISO_SELECTION

public static final int TAG_NIKON_TYPE2_ISO_SELECTION
See Also:
Constant Field Values

TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT

public static final int TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT
See Also:
Constant Field Values

TAG_NIKON_TYPE2_ADAPTER

public static final int TAG_NIKON_TYPE2_ADAPTER
See Also:
Constant Field Values

TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE

public static final int TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE
See Also:
Constant Field Values

TAG_NIKON_TYPE2_DIGITAL_ZOOM

public static final int TAG_NIKON_TYPE2_DIGITAL_ZOOM
See Also:
Constant Field Values

TAG_NIKON_TYPE2_AF_FOCUS_POSITION

public static final int TAG_NIKON_TYPE2_AF_FOCUS_POSITION
See Also:
Constant Field Values

TAG_NIKON_TYPE2_DATA_DUMP

public static final int TAG_NIKON_TYPE2_DATA_DUMP
See Also:
Constant Field Values

tagNameMap

protected static final java.util.HashMap tagNameMap
Constructor Detail

NikonType2MakernoteDirectory

public NikonType2MakernoteDirectory()
Method Detail

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.